From 746e88546f4ee074f68394f3a13a2e8b6df1bde7 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Mon, 10 Jul 2023 03:44:09 -0500 Subject: [PATCH] Ignore FLEXing --- .github/workflows/update-submodules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index b10c287..6b6eed8 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -18,6 +18,7 @@ jobs: - name: Update submodules run: | + git config submodule.Tweaks/FLEXing.ignore all git submodule update --init --recursive --remote --ignore git add . git commit -m "updated submodules"