mirror of https://github.com/chaos-mesh/chaosd.git
update git action
Signed-off-by: Cwen Yin <cwenyin0@gmail.com>
This commit is contained in:
parent
3153bdc75b
commit
dc42d0f2b6
|
|
@ -34,8 +34,7 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
# Must use at least depth 2!
|
||||
fetch-depth: 2
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup python3
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -27,8 +27,7 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
# Must use at least depth 2!
|
||||
fetch-depth: 2
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup python3
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue