Skip to content

Commit

Permalink
no update
Browse files Browse the repository at this point in the history
  • Loading branch information
larshinueber committed Aug 19, 2024
1 parent 09412ab commit 9b48968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-foo-space.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9b48968

Please sign in to comment.