This commit is contained in:
Michael Shick 2022-11-04 18:21:20 -04:00
parent 94fd7ef52f
commit 80f4918ea8
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
5 changed files with 2381 additions and 4681 deletions

View file

@ -200,6 +200,8 @@ const run = async (): Promise<void> => {
} catch (err) {
if (err instanceof Error) {
core.setFailed(err.message)
} else {
core.setFailed('unknown failure')
}
}
}