mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 21:26:04 +00:00
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
|
||||
run: |
|
||||
git add .gitmodules
|
||||
git submodule update --init --recursive --remote Tweaks/YouTubeHeader
|
||||
git submodule update --init --recursive --remote
|
||||
git add .
|
||||
git commit -m "updated YouTubeHeader"
|
||||
git commit -m "updated submodules"
|
||||
git push origin
|
||||
continue-on-error: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue