We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3147710 commit 896951cCopy full SHA for 896951c
1 file changed
.github/workflows/validate-release.yml
@@ -147,7 +147,7 @@ jobs:
147
--header "Accept: application/vnd.github+json" \
148
--header "X-GitHub-Api-Version: 2022-11-28" \
149
--field name="release-status" \
150
- --field head_sha="$GITHUB_REF" \
+ --field head_sha="$GITHUB_SHA" \
151
--field status="in_progress" \
152
--jq ".id" \
153
/repos/$GITHUB_REPOSITORY/check-runs)
0 commit comments