Skip to content

Commit

Permalink
Update pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Dec 24, 2024
1 parent 8390dab commit 3e8b0b5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ jobs:
with:
fetch-depth: 0

- name: Fetch all history and tags
- name: Fetch main branch
run: |
git fetch --prune --unshallow
git fetch origin main:main
git checkout ${{ github.event.pull_request.head.sha }}
git fetch origin main
git branch -f main origin/main
- uses: FuelLabs/github-actions/setups/node@master
with:
Expand Down

0 comments on commit 3e8b0b5

Please sign in to comment.