Skip to content

Commit

Permalink
Correct repo name from workflow run event
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Jul 27, 2024
1 parent fed6e05 commit 0f031a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@v4
with:
repository: ${{ github.event.workflow_run.head_repository.name }}
repository: ${{ github.event.workflow_run.head_repository.full_name }}
ref: ${{ github.event.workflow_run.head_sha }}
- name: Download benchmark results
uses: dawidd6/action-download-artifact@v6
Expand Down

0 comments on commit 0f031a9

Please sign in to comment.