Skip to content

Commit

Permalink
fetch all
Browse files Browse the repository at this point in the history
  • Loading branch information
doupache committed Oct 31, 2023
1 parent faf33f8 commit 4710f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Fetch origin data
run: git fetch origin +refs/heads/*:refs/remotes/origin/*
- name: Fetch all references
run: git fetch --depth=1 origin '+refs/heads/*:refs/remotes/origin/*' '+refs/tags/*:refs/tags/*'
- name: Set up Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 4710f8b

Please sign in to comment.