remove recursive
This commit is contained in:
parent
433ee87c84
commit
56365d0982
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-submodules.yml
vendored
2
.github/workflows/update-submodules.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
|
||||
- name: Git submodule update
|
||||
run: |
|
||||
git submodule update --recursive --remote --init
|
||||
git submodule update --remote --init
|
||||
|
||||
- name: Commit
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue