Skip to content

Commit 6f9b4c1

Browse files
committed
Fix merged commit
1 parent ca98396 commit 6f9b4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-merged.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout code
2323
uses: actions/checkout@v4
2424
with:
25-
ref: "${{ github.event.pull_request.head.sha }}"
25+
ref: "${{ github.event.pull_request.merge_commit_sha }}"
2626

2727
- name: Install pnpm
2828
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)