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:
26
26
name : pr-number
27
27
path : ' .'
28
28
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) }}
33
29
- name : Upload coverage reports to Codecov
34
30
uses : codecov/codecov-action@v4
35
31
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 }}
39
35
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments