We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6685a72 commit 11f554bCopy full SHA for 11f554b
.github/workflows/update-release-status.yml
@@ -34,6 +34,11 @@ jobs:
34
echo "CHECK_RUN_HEAD_SHA=$HEAD_SHA_FROM_EVENT" >> "$GITHUB_ENV"
35
fi
36
37
+ - name: Checkout
38
+ uses: actions/checkout@v4
39
+ with:
40
+ ref: ${{ env.CHECK_RUN_HEAD_SHA }}
41
+
42
- name: Get release status check run
43
id: get-check-run
44
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