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.
2 parents 9388dcb + 8eff67f commit 4ca8b58Copy full SHA for 4ca8b58
.github/workflows/coverage.yaml
@@ -45,9 +45,9 @@ jobs:
45
name: Checkout Repository (Push)
46
uses: actions/checkout@v4
47
48
- - id: checkout_pull_request
49
- if: github.event_name == 'pull_request'
50
- name: Checkout Repository (Pull Request)
+ - id: checkout_pull_request_target
+ if: github.event_name == 'pull_request_target'
+ name: Checkout Repository (Pull Request Target)
51
52
with:
53
ref: "refs/pull/${{ github.event.pull_request.number }}/head"
0 commit comments