From 0960010131f1a33bedfca0e556ee1ea5b1d1462a Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:42:49 -0500 Subject: [PATCH] Update update-submodules.yml --- .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 3e16091..5abfb89 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -18,6 +18,7 @@ jobs: - name: Update submodules run: | + git add .gitmodules git submodule update --init --recursive --remote --merge --force git add . git commit -m "updated submodules"