mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-01-11 22:40:20 +00:00
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
|
||||
run: |
|
||||
git submodule update --init --recursive
|
||||
git submodule foreach 'git fetch origin; git checkout origin/main'
|
||||
git submodule update --init --recursive --remote
|
||||
git add .
|
||||
git commit -m "updated submodules"
|
||||
git push origin
|
||||
|
|
|
|||
Loading…
Reference in a new issue