Skip to content

Commit

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

0 comments on commit e933cba

Please sign in to comment.