We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd60a18 + b6797b8 commit 56aa045Copy full SHA for 56aa045
.github/workflows/master.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: 'Update dependents'
24
run: |
25
set -x
26
- VERSION=${{ github.event.push.head.sha }}
+ VERSION=$(git rev-parse HEAD)
27
curl --fail \
28
-X POST \
29
-H "Accept: application/vnd.github+json" \
0 commit comments