From 2ee62cca8eab2f2480284b9d3a0cd084cf3a6e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Arroba?= <19954079+cesararroba@users.noreply.github.com> Date: Wed, 14 May 2025 08:39:49 +0200 Subject: [PATCH] chore: add ref on checkout step (#7740) --- .github/workflows/pull-request-merged.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request-merged.yml b/.github/workflows/pull-request-merged.yml index b4ad343a4e..090950f79b 100644 --- a/.github/workflows/pull-request-merged.yml +++ b/.github/workflows/pull-request-merged.yml @@ -12,6 +12,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + ref: ${{ github.event.pull_request.merge_commit_sha }} - name: Set short git commit SHA id: vars