mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:58:45 -04:00
Update update-submodules.yml
This commit is contained in:
3
.github/workflows/update-submodules.yml
vendored
3
.github/workflows/update-submodules.yml
vendored
@@ -18,7 +18,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
run: |
|
run: |
|
||||||
git submodule update --remote
|
git submodule update --init --recursive
|
||||||
|
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
|
||||||
|
Reference in New Issue
Block a user