Skip to content

Commit c869df9

Browse files
authored
chore: Adjust shallow fetch
1 parent 3f197b1 commit c869df9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/runtime-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- uses: actions/checkout@v2
4444
with:
4545
submodules: true
46+
fetch-depth: 0
4647

4748
- name: Setup GitVersion
4849
uses: gittools/actions/gitversion/[email protected]
@@ -115,6 +116,7 @@ jobs:
115116
- uses: actions/checkout@v2
116117
with:
117118
submodules: true
119+
fetch-depth: 0
118120

119121
- name: Setup GitVersion
120122
uses: gittools/actions/gitversion/[email protected]
@@ -235,6 +237,7 @@ jobs:
235237
- uses: actions/checkout@v2
236238
with:
237239
submodules: true
240+
fetch-depth: 0
238241

239242
- name: Setup GitVersion
240243
uses: gittools/actions/gitversion/[email protected]

0 commit comments

Comments
 (0)