Skip to content

Commit

Permalink
ci: set fetch depth to 0 (#1061)
Browse files Browse the repository at this point in the history
Closes #1060
  • Loading branch information
yeikel authored Mar 24, 2023
1 parent 952a2e2 commit 69c9b5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 69c9b5d

Please sign in to comment.