diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 7366378..830b459 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -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