Skip to content

Commit

Permalink
feat(bootstrapping): set fetch-depth to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrukowski committed Oct 8, 2023
1 parent cb554d3 commit 660263f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gontainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-depth: 1
repository: gontainer/gontainer
token: ${{ secrets.RELEASES_TOKEN }}

Expand Down

0 comments on commit 660263f

Please sign in to comment.