Skip to content

Commit 56aa045

Browse files
authored
Merge branch 'master' into dc/fix-verbosity
2 parents dd60a18 + b6797b8 commit 56aa045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: 'Update dependents'
2424
run: |
2525
set -x
26-
VERSION=${{ github.event.push.head.sha }}
26+
VERSION=$(git rev-parse HEAD)
2727
curl --fail \
2828
-X POST \
2929
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)