mirror of
https://github.com/benjlevesque/short-sha.git
synced 2025-12-07 02:07:50 +01:00
export env variable
This commit is contained in:
@@ -12,6 +12,7 @@ async function run(): Promise<void> {
|
||||
core.debug(`Output: ${shortSha}`)
|
||||
|
||||
core.setOutput('sha', shortSha)
|
||||
core.exportVariable('SHA', shortSha)
|
||||
} catch (error) {
|
||||
core.setFailed(error.message)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user