Skip to content

Commit ed766fd

Browse files
committed
Correct upload code covarage workflow
1 parent 4e186ca commit ed766fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: 'Checkout Repository'
1414
uses: actions/checkout@v4
1515
with:
16-
ref: ${{ github.event.workflow_run.head_branch }}
16+
ref: ${{ github.event.workflow_run.head_sha }}
1717
- name: Download benchmark results
1818
uses: actions/download-artifact@v4
1919
with:

0 commit comments

Comments
 (0)