Skip to content

Commit 46f325f

Browse files
committed
Disable git shallow clone in github-actions ci.
1 parent 096ea35 commit 46f325f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- name: Git checkout
3333
uses: actions/checkout@v2
34+
with:
35+
fetch-depth: 0
3436
- name: Set up JDK
3537
uses: actions/setup-java@v1
3638
with:
@@ -76,6 +78,8 @@ jobs:
7678
steps:
7779
- name: Git checkout
7880
uses: actions/checkout@v2
81+
with:
82+
fetch-depth: 0
7983
- name: Set up JDK
8084
uses: actions/setup-java@v1
8185
with:
@@ -121,6 +125,8 @@ jobs:
121125
steps:
122126
- name: Git checkout
123127
uses: actions/checkout@v2
128+
with:
129+
fetch-depth: 0
124130
- name: Set up JDK
125131
uses: actions/setup-java@v1
126132
with:

0 commit comments

Comments
 (0)