From d7b630cf9485d89f4b9d6267356d8b421497916e Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Mon, 10 Jul 2023 03:58:01 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 6b6eed8..7c5faad 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -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