mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
modify git fetch depth
Signed-off-by: 24sama <leo@kubesphere.io>
This commit is contained in:
parent
17d3fa3730
commit
4d33bdac7b
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-depth: 1
|
||||
- name: Unshallow
|
||||
run: git fetch --prune --unshallow
|
||||
- name: Set up Go 1.16
|
||||
|
|
|
|||
Loading…
Reference in New Issue