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