Skip to content

Commit daf5e57

Browse files
committed
use fetch-depth, as per advice from Julien
1 parent 2c18208 commit daf5e57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
17+
with:
18+
fetch-depth: 0
1719
- uses: coursier/cache-action@v6
1820
- uses: actions/setup-java@v2
1921
with:

0 commit comments

Comments
 (0)