Skip to content

Commit

Permalink
Add fetch depth to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Nov 24, 2023
1 parent ed49e8f commit 7753e8e
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 @@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 7753e8e

Please sign in to comment.