Skip to content

Commit 059090c

Browse files
authored
Configure fetch-depth for checkout step
Added fetch-depth option to checkout step
1 parent 0be8664 commit 059090c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gradle.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- name: Checkout ModMail
1919
uses: actions/checkout@v7
20+
with:
21+
fetch-depth: 0
2022
- name: Set up JDK 21
2123
uses: actions/setup-java@v5
2224
with:

0 commit comments

Comments
 (0)