Skip to content

Commit

Permalink
ci(workflows): [ci] use github.event.pull_request.head.sha for co…
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Feb 18, 2023
1 parent 46c8815 commit 6ab907d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
flags: ${{ format('node{0}', matrix.node-version) }}
override_branch: ${{ env.REF }}
override_build: ${{ github.run_id }}
override_commit: ${{ github.sha }}
override_commit: ${{ github.event.pull_request.head.sha || github.sha }}
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
env:
Expand Down

0 comments on commit 6ab907d

Please sign in to comment.