Skip to content

Commit

Permalink
chore(ci): Document deep cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Apr 30, 2024
1 parent f7953cf commit d0846a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
fetch-depth: 0 # fetch entire history
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand Down

0 comments on commit d0846a8

Please sign in to comment.