Use github.sha instead
This commit is contained in:
parent
b7a530fda5
commit
46d3b05394
|
@ -15,7 +15,7 @@ on:
|
|||
pull_request:
|
||||
|
||||
env:
|
||||
UNICORN_VERSION: ${{ GITHUB_SHA }}
|
||||
UNICORN_VERSION: ${{ github.sha }}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue