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 4e186ca commit ed766fdCopy full SHA for ed766fd
.github/workflows/code-coverage-upload.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: 'Checkout Repository'
14
uses: actions/checkout@v4
15
with:
16
- ref: ${{ github.event.workflow_run.head_branch }}
+ ref: ${{ github.event.workflow_run.head_sha }}
17
- name: Download benchmark results
18
uses: actions/download-artifact@v4
19
0 commit comments