mirror of
https://github.com/benjlevesque/short-sha.git
synced 2026-09-01 04:11:51 +02:00
Remove "any"
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ async function run(): Promise<void> {
|
||||
|
||||
core.setOutput('sha', shortSha)
|
||||
core.exportVariable('SHA', shortSha)
|
||||
} catch (error: any) {
|
||||
} catch (error) {
|
||||
core.setFailed(error.message)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user