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