From e933cba415647d1599edcfc99d79a663a49d88a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Hin=C3=BCber?= <105521415+larshinueber@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:44:37 +0200 Subject: [PATCH] submodule update --- .github/workflows/sync-foo-space.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-foo-space.yml b/.github/workflows/sync-foo-space.yml index fadca2e..f90c55a 100644 --- a/.github/workflows/sync-foo-space.yml +++ b/.github/workflows/sync-foo-space.yml @@ -36,10 +36,13 @@ jobs: # git pull --recurse-submodules # git submodule update --remote --recursive # git submodule update --remote - cd ${{ env.TARGET_DIR }} + # cd ${{ env.TARGET_DIR }} # git checkout -b submodules # git pull - git status + # git status + git submodule update --init --recursive + git submodule update --recursive --remote + - name: Commit and push changes uses: stefanzweifel/git-auto-commit-action@v5