Update update-submodules.yml

This commit is contained in:
arichorn 2023-07-10 17:56:28 -05:00 committed by GitHub
parent 0960010131
commit 2a93acf62e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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