Skip to content

Commit

Permalink
Update git fetch command
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEdgar committed May 26, 2020
1 parent 62e3e8f commit ee9f2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
fetch-depth: 0

- run: |
git fetch --prune --unshallow --tags
git fetch --no-tags --prune --depth=0 origin +refs/heads/*:refs/remotes/origin/*
- uses: actions/setup-java@v1.3.0
with:
Expand Down

0 comments on commit ee9f2e2

Please sign in to comment.