File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 13
13
- name : ' Checkout Repository'
14
14
uses : actions/checkout@v4
15
15
with :
16
+ repository : ${{ github.event.workflow_run.head_repository.full_name }}
16
17
ref : ${{ github.event.workflow_run.head_sha }}
17
18
- name : Download benchmark results
18
19
uses : dawidd6/action-download-artifact@v6
29
30
- name : Upload coverage reports to Codecov
30
31
uses : codecov/codecov-action@v4
31
32
with :
32
- override_branch : ${{ github.event.workflow_run.pull_requests.head.ref }}
33
- override_commit : ${{ github.event.workflow_run.pull_requests.head.sha }}
34
- override_pr : ${{ github.event.workflow_run.pull_requests.number }}
33
+ override_branch : ${{ github.event.workflow_run.pull_requests[0] .head.ref }}
34
+ override_commit : ${{ github.event.workflow_run.pull_requests[0] .head.sha }}
35
+ override_pr : ${{ github.event.workflow_run.pull_requests[0] .number }}
35
36
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments