Skip to content

Commit 11f554b

Browse files
committed
Add missing checkout to make workflow available
1 parent 6685a72 commit 11f554b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
echo "CHECK_RUN_HEAD_SHA=$HEAD_SHA_FROM_EVENT" >> "$GITHUB_ENV"
3535
fi
3636
37+
- name: Checkout
38+
uses: actions/checkout@v4
39+
with:
40+
ref: ${{ env.CHECK_RUN_HEAD_SHA }}
41+
3742
- name: Get release status check run
3843
id: get-check-run
3944
if: (github.event_name == 'check_run' && github.event.check_run.conclusion == 'success' && github.event.check_run.name != github.workflow) || github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)