Update update-submodules.yml

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

View file

@ -19,7 +19,7 @@ jobs:
- name: Update submodules
run: |
git update-index --skip-worktree Tweaks/FLEXing
git submodule update --init --recursive --remote
git submodule update --init --recursive --remote --ignore
git add .
git commit -m "updated submodules"
git push origin