From 92782a7688d1d6ab95ceab231a373b2a978fd219 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1d02bc74..92759438 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Fetch target - run: git fetch origin ${{ github.event.pull_request.base.ref }} + run: git fetch origin ${{ github.event.pull_request.base.ref }}:refs/remotes/origin/${{ github.event.pull_request.base.ref }} - name: Enable Corepack run: corepack enable