Skip to content

Commit

Permalink
chore: disabling shallow clone
Browse files Browse the repository at this point in the history
  • Loading branch information
jannotti-glaucio committed Aug 23, 2024
1 parent ff70f73 commit b73a787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit b73a787

Please sign in to comment.