does this work?

This commit is contained in:
Rob Herley 2023-12-06 18:25:46 -05:00
parent 797c550946
commit 043b92bdd5
No known key found for this signature in database
GPG key ID: D1602042C3543B06
2 changed files with 2 additions and 4 deletions

View file

@ -62,7 +62,6 @@ async function run(): Promise<void> {
}
} catch (error) {
core.setFailed((error as Error).message)
console.log('sanity check')
}
}