From b60bdb98d97cee88fe82508d20b59431cdec3c59 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Mon, 10 Jul 2023 03:34:01 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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