1
0
mirror of https://github.com/benjlevesque/short-sha.git synced 2026-07-04 15:49:22 +02:00

export env variable

This commit is contained in:
Benjamin LEVESQUE
2020-03-09 23:51:15 +01:00
parent 7ca07b8f5c
commit 12c1ae7a90
5 changed files with 9 additions and 0 deletions
+3
View File
@@ -20,6 +20,9 @@ jobs:
- run: echo $SHA
env:
SHA: ${{ steps.short-sha.outputs.sha }}
- run: echo $SHA
env:
SHA: ${{ env.SHA }}
```
## Options