Update update-submodules.yml

This commit is contained in:
arichorn 2023-07-10 18:04:24 -05:00 committed by GitHub
parent 4c0cccfdd9
commit c80d2edaec
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 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