mirror of
https://github.com/benjlevesque/short-sha.git
synced 2026-07-04 15:49:22 +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