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 beb7b55 commit 7950775Copy full SHA for 7950775
.github/workflows/codecov.yml
@@ -46,7 +46,8 @@ jobs:
46
chmod +x codecov
47
- name: Upload to codecov
48
run: |
49
- echo ${{ github.event.workflow_run.head_branch }}
+ PR2=`gh pr view ${{ github.event.workflow_run.head_branch }} --json number -q .number`
50
+ echo $PR2
51
export PR=${{ github.event.workflow_run.pull_requests[0].number }}
52
export SHA=${{ github.event.workflow_run.head_sha }}
53
export VARARGS="-n github"
0 commit comments