Skip to content

Commit 896951c

Browse files
committed
Use the sha for the check run
1 parent 3147710 commit 896951c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
--header "Accept: application/vnd.github+json" \
148148
--header "X-GitHub-Api-Version: 2022-11-28" \
149149
--field name="release-status" \
150-
--field head_sha="$GITHUB_REF" \
150+
--field head_sha="$GITHUB_SHA" \
151151
--field status="in_progress" \
152152
--jq ".id" \
153153
/repos/$GITHUB_REPOSITORY/check-runs)

0 commit comments

Comments
 (0)