Skip to content

Commit

Permalink
Fix merged commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pomber committed Dec 23, 2024
1 parent ca98396 commit 6f9b4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: "${{ github.event.pull_request.head.sha }}"
ref: "${{ github.event.pull_request.merge_commit_sha }}"

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 6f9b4c1

Please sign in to comment.