Skip to content

Commit

Permalink
chore: fetch destination branch
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Nov 21, 2024
1 parent 2febddf commit d4bed47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
fetch-depth: 0

- name: Fetch target
run: git fetch origin ${{ github.event.pull_request.base.ref }}

- name: Enable Corepack
run: corepack enable
Expand Down

0 comments on commit d4bed47

Please sign in to comment.