Update update-submodules.yml

This commit is contained in:
arichorn 2023-07-10 03:58:01 -05:00 committed by GitHub
parent 746e88546f
commit d7b630cf94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,7 @@ jobs:
- name: Update submodules
run: |
git config submodule.Tweaks/FLEXing.ignore all
git submodule update --init --recursive --remote --ignore
git submodule update --init --recursive --remote --merge --force
git add .
git commit -m "updated submodules"
git push origin