Update update-submodules.yml
This commit is contained in:
parent
4c0cccfdd9
commit
c80d2edaec
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
|
- name: Update submodules
|
||||||
run: |
|
run: |
|
||||||
git add .gitmodules
|
git add .gitmodules
|
||||||
git submodule update --init --recursive --remote Tweaks/YouTubeHeader
|
git submodule update --init --recursive --remote
|
||||||
git add .
|
git add .
|
||||||
git commit -m "updated YouTubeHeader"
|
git commit -m "updated submodules"
|
||||||
git push origin
|
git push origin
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue