Skip to content

Commit 0f031a9

Browse files
committed
Correct repo name from workflow run event
1 parent fed6e05 commit 0f031a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/benchmark-upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: 'Checkout Repository'
3535
uses: actions/checkout@v4
3636
with:
37-
repository: ${{ github.event.workflow_run.head_repository.name }}
37+
repository: ${{ github.event.workflow_run.head_repository.full_name }}
3838
ref: ${{ github.event.workflow_run.head_sha }}
3939
- name: Download benchmark results
4040
uses: dawidd6/action-download-artifact@v6

0 commit comments

Comments
 (0)