Skip to content

Commit 2c78a79

Browse files
committed
hm
1 parent 95c10c4 commit 2c78a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
id: deployment
6363
env:
6464
PR_NUMBER: ${{ github.event.pull_request.number }}
65-
REF: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.ref_name }}
65+
REF: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.ref || github.ref_name }}
6666
with:
6767
result-encoding: string
6868
script: |

0 commit comments

Comments
 (0)