Skip to content

Commit beb7b55

Browse files
authored
Update codecov.yml
1 parent c37d31f commit beb7b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
chmod +x codecov
4747
- name: Upload to codecov
4848
run: |
49-
echo $GITHUB_REF
49+
echo ${{ github.event.workflow_run.head_branch }}
5050
export PR=${{ github.event.workflow_run.pull_requests[0].number }}
5151
export SHA=${{ github.event.workflow_run.head_sha }}
5252
export VARARGS="-n github"

0 commit comments

Comments
 (0)