1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2025-12-08 10:47:51 +01:00

Updated dependencies (#14)

This commit is contained in:
Xander Hendriks
2022-10-29 00:32:05 +11:00
committed by GitHub
parent 7fccc89367
commit a830b0d2aa
4 changed files with 7001 additions and 4640 deletions

View File

@@ -13,7 +13,7 @@ async function run(): Promise<void> {
core.setOutput('sha', shortSha)
core.exportVariable('SHA', shortSha)
} catch (error) {
} catch (error: any) {
core.setFailed(error.message)
}
}