From 392921492568f99c92fb825e34525d421dc68553 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sun, 9 Jul 2023 22:59:00 -0500 Subject: [PATCH] Update update-submodules.yml --- .github/workflows/update-submodules.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index e9b75b4..0e630e9 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -18,7 +18,8 @@ jobs: - name: Update submodules run: | - git submodule update --remote + git submodule update --init --recursive + git submodule foreach 'git fetch origin; git checkout origin/main' git add . git commit -m "updated submodules" git push origin