File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 - name : ' Checkout Repository'
1414 uses : actions/checkout@v4
1515 with :
16+ repository : ${{ github.event.workflow_run.head_repository.full_name }}
1617 ref : ${{ github.event.workflow_run.head_sha }}
1718 - name : Download benchmark results
1819 uses : dawidd6/action-download-artifact@v6
2930 - name : Upload coverage reports to Codecov
3031 uses : codecov/codecov-action@v4
3132 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 }}
3536 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments