We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca98396 commit 6f9b4c1Copy full SHA for 6f9b4c1
.github/workflows/pr-merged.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout code
23
uses: actions/checkout@v4
24
with:
25
- ref: "${{ github.event.pull_request.head.sha }}"
+ ref: "${{ github.event.pull_request.merge_commit_sha }}"
26
27
- name: Install pnpm
28
uses: pnpm/action-setup@v4
0 commit comments