From 58ed8ec346fcd89f7d10a96b632b4f4034e7379a Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 17 May 2023 11:10:27 +0100 Subject: [PATCH] chore: pass ref to checkout --- .github/workflows/release-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 7f60ca1fe3..d88e112517 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -28,6 +28,7 @@ jobs: - uses: actions/checkout@v3 with: + ref: ${{ github.event.issue.pull_request.head.ref }} fetch-depth: 0 - run: corepack enable