Skip to content

Commit 06dff66

Browse files
committed
Test workflow fix: use sha for build checkout instead
1 parent ecef239 commit 06dff66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloudflare-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ github.event_name == 'workflow_dispatch' }}
3131
uses: actions/checkout@v4
3232
with:
33-
ref: ${{ github.event.pull_request.head.ref }}
33+
ref: ${{ github.sha }}
3434
repository: ${{ github.event.pull_request.head.repo.full_name }}
3535

3636
- name: Setup Ruby

0 commit comments

Comments
 (0)