Skip to content

Commit

Permalink
Update updates-submodules.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaharNaveh authored May 10, 2024
1 parent 7eb80d2 commit aa8fd28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/updates-submodules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
submodules: recursive
- name: Update module
run: |
git submodule update --init --recursive --checkout -f --remote
ls
git submodule foreach 'git reset --hard && git checkout . && git clean -fdx'
git submodule update --init --recursive --rebase --force
#git submodule update --init --recursive --checkout -f --remote
ls
git config --global user.name "GitHub Action"
git config --global user.email "noreply@github.com"
git status
Expand Down

0 comments on commit aa8fd28

Please sign in to comment.