From 9b48968ce23082679c484b710f878476f1b5466e 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:26:56 +0200 Subject: [PATCH] no update --- .github/workflows/sync-foo-space.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-foo-space.yml b/.github/workflows/sync-foo-space.yml index 0ffecc9..339eb00 100644 --- a/.github/workflows/sync-foo-space.yml +++ b/.github/workflows/sync-foo-space.yml @@ -31,11 +31,11 @@ jobs: ref: submodules submodules: true # path: ./${{ env.TARGET_REPO }} - - name: Fetch new commits - run: | + # - name: Fetch new commits + # run: | # git pull --recurse-submodules # git submodule update --remote --recursive - git submodule update --remote + # git submodule update --remote - name: Commit and push changes uses: stefanzweifel/git-auto-commit-action@v5 with: