From bd99134dac211d80f02a0764e6f44d5d650a2b89 Mon Sep 17 00:00:00 2001 From: Daniel Van Der Ploeg Date: Wed, 27 Nov 2024 11:18:10 +1030 Subject: [PATCH] chore: fetch pull request base --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d02bc74..a8434163 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,9 +11,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - - name: Fetch target - run: git fetch origin ${{ github.event.pull_request.base.ref }} + ref: ${{ github.event.pull_request.base.ref }} - name: Enable Corepack run: corepack enable