Skip to content

Commit 69c9b5d

Browse files
authored
ci: set fetch depth to 0 (#1061)
Closes #1060
1 parent 952a2e2 commit 69c9b5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ jobs:
8686
runs-on: ubuntu-latest
8787
steps:
8888
- uses: actions/checkout@v2
89-
89+
with:
90+
fetch-depth: 0
9091
- name: Setup Java
9192
uses: actions/setup-java@v1
9293
with:

0 commit comments

Comments
 (0)