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:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user