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