Update update-submodules.yml
This commit is contained in:
parent
3929214925
commit
69b6352907
1 changed files with 1 additions and 2 deletions
3
.github/workflows/update-submodules.yml
vendored
3
.github/workflows/update-submodules.yml
vendored
|
|
@ -18,8 +18,7 @@ jobs:
|
||||||
|
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive --remote
|
||||||
git submodule foreach 'git fetch origin; git checkout origin/main'
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "updated submodules"
|
git commit -m "updated submodules"
|
||||||
git push origin
|
git push origin
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue