From 6f9b4c19d76bdc6808664918dc5bdb238907dd60 Mon Sep 17 00:00:00 2001 From: Rodrigo Pombo Date: Mon, 23 Dec 2024 17:37:25 +0100 Subject: [PATCH] Fix merged commit --- .github/workflows/pr-merged.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-merged.yml b/.github/workflows/pr-merged.yml index 76d9a2cb..52b3bb80 100644 --- a/.github/workflows/pr-merged.yml +++ b/.github/workflows/pr-merged.yml @@ -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