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 95c10c4 commit 2c78a79Copy full SHA for 2c78a79
.github/workflows/preview-build.yml
@@ -62,7 +62,7 @@ jobs:
62
id: deployment
63
env:
64
PR_NUMBER: ${{ github.event.pull_request.number }}
65
- REF: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.ref_name }}
+ REF: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.ref || github.ref_name }}
66
with:
67
result-encoding: string
68
script: |
0 commit comments