add sha
This commit is contained in:
parent
490bd91080
commit
f99b65dd9e
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: set env variable
|
||||
run: echo "$(git rev-parse --short HEAD)" # for this to work need first checkout
|
||||
run: ${{ env.SHORT_SHA}} = "$(git rev-parse --short HEAD)" # for this to work need first checkout
|
||||
|
||||
process:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user