Skip to content

Commit 45229bc

Browse files
committed
fix sha source
1 parent 62ef824 commit 45229bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
env:
1111
PREVIEW_HOSTNAME: ep-preview.click
1212
GITHUB_BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
13-
GITHUB_COMMIT_HASH: ${{ github.sha }}
13+
GITHUB_COMMIT_HASH: ${{ github.event.pull_request.head.sha }}
1414

1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)