File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,10 @@ jobs:
2626 name : pr-number
2727 path : ' .'
2828 run_id : ${{ github.event.workflow_run.id }}
29- - id : trigger
30- run : echo "pr-number=$(cat pr_number)" >> GITHUB_OUTPUT
31- - name : Test pull_requests objects
32- run : echo ${{ toJson(github.event.workflow_run.pull_requests) }}
3329 - name : Upload coverage reports to Codecov
3430 uses : codecov/codecov-action@v4
3531 with :
36- override_branch : ${{ github.event.workflow_run.head_branch }}
37- override_commit : ${{ github.event.workflow_run.head_sha }}
38- override_pr : ${{ steps.trigger.outputs.pr- number }}
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 }}
3935 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments