does this work?

This commit is contained in:
Rob Herley
2023-12-06 18:25:46 -05:00
parent 797c550946
commit 043b92bdd5
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -62,7 +62,6 @@ async function run(): Promise<void> {
}
} catch (error) {
core.setFailed((error as Error).message)
console.log('sanity check')
}
}