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 f9e5a2c commit b2481a8Copy full SHA for b2481a8
.github/workflows/benchmark-upload.yml
@@ -33,6 +33,9 @@ jobs:
33
steps:
34
- name: 'Checkout Repository'
35
uses: actions/checkout@v4
36
+ with:
37
+ repository: ${{ github.event.workflow_run.head_repository }}
38
+ ref: ${{ github.event.workflow_run.head_sha }}
39
- name: Download benchmark results
40
uses: dawidd6/action-download-artifact@v6
41
with:
0 commit comments