Skip to content

Commit 115118b

Browse files
committed
Set fetch depth to 0 in action
1 parent 6b9f8e5 commit 115118b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
steps:
99
- name: Checkout sources
1010
uses: actions/checkout@v4
11+
with:
12+
fetch-depth: '0'
1113
- name: Setup Java
1214
uses: actions/setup-java@v4
1315
with:

0 commit comments

Comments
 (0)