Ability to Update Submodules using Actions #6

Merged
arichornlover merged 3 commits from patch-1 into main 2023-07-10 11:02:28 +00:00
Showing only changes of commit 69b6352907 - Show all commits

View file

@ -18,8 +18,7 @@ jobs:
- name: Update submodules
run: |
git submodule update --init --recursive
git submodule foreach 'git fetch origin; git checkout origin/main'
git submodule update --init --recursive --remote
git add .
git commit -m "updated submodules"
git push origin