Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
larshinueber committed Aug 19, 2024
1 parent 9dc82d4 commit 6473240
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 @@ -41,9 +41,9 @@ jobs:
# git pull
# git status
# git submodule foreach git pull
# git submodule update --init --recursive
# git submodule update --recursive --remote
git submodule update --remote
git submodule update --init --recursive
git submodule update --recursive --remote
# git submodule update --remote
- name: Commit and push changes
Expand Down

0 comments on commit 6473240

Please sign in to comment.