Skip to content

Commit

Permalink
Remove fetch deep from build GitHub action
Browse files Browse the repository at this point in the history
Omit the fetch deep setting as this is not required in the build context.
  • Loading branch information
HeavyWombat committed Feb 15, 2021
1 parent 8b3db65 commit 8f0faaa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Verify Go Modules Setup
run: |
Expand Down

0 comments on commit 8f0faaa

Please sign in to comment.