Skip to content

Commit 83b8191

Browse files
committed
Address inccorect head sha when resetting release-status
1 parent d70b511 commit 83b8191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-release-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
--header "Accept: application/vnd.github+json" \
7272
--header "X-GitHub-Api-Version: 2022-11-28" \
7373
--field name="release-status" \
74-
--field head_sha="$REF" \
74+
--field head_sha="$CHECK_RUN_HEAD_SHA" \
7575
--jq ".id" \
7676
/repos/$GITHUB_REPOSITORY/check-runs)
7777

0 commit comments

Comments
 (0)