Update update-submodules.yml
This commit is contained in:
parent
0960010131
commit
2a93acf62e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-submodules.yml
vendored
4
.github/workflows/update-submodules.yml
vendored
|
|
@ -19,9 +19,9 @@ jobs:
|
|||
- name: Update submodules
|
||||
run: |
|
||||
git add .gitmodules
|
||||
git submodule update --init --recursive --remote --merge --force
|
||||
git submodule update --init --recursive --remote Tweaks/YouTubeHeader
|
||||
git add .
|
||||
git commit -m "updated submodules"
|
||||
git commit -m "updated YouTubeHeader"
|
||||
git push origin
|
||||
continue-on-error: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue