Skip to content

Commit 122a52a

Browse files
committed
Modify dependabot deploy workflow
1 parent 8bed062 commit 122a52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/previews-cf-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v6
3636
# check out the merge commit with secrets access!
3737
with:
38-
ref: ${{ github.event.pull_request.head.sha }}
38+
ref: ${{ github.event.pull_request.merge_commit_sha }}
3939

4040
- name: Set up PNPM
4141
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)