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 584eb73 commit 58d6998Copy full SHA for 58d6998
.github/workflows/preview-build.yml
@@ -59,7 +59,7 @@ jobs:
59
id: deployment
60
env:
61
PR_NUMBER: ${{ github.event.pull_request.number }}
62
- REF: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref_name }}
+ REF: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.ref_name }}
63
with:
64
result-encoding: string
65
script: |
0 commit comments