Compare commits
No commits in common. "5f576e2b0f85f8d59ad1cb2ba75ae22be80de5e7" and "2f10167b880f74ef0d7b5b8286006cbdad06d73b" have entirely different histories.
5f576e2b0f
...
2f10167b88
|
@ -28,11 +28,10 @@ jobs:
|
||||||
git pull --recurse-submodules
|
git pull --recurse-submodules
|
||||||
git submodule update --remote --recursive
|
git submodule update --remote --recursive
|
||||||
- name: Commit update
|
- name: Commit update
|
||||||
shell: bash
|
|
||||||
run: |
|
run: |
|
||||||
git status
|
git status
|
||||||
git submodule status
|
git submodule status
|
||||||
git diff-index --quiet HEAD || git commit -am "chore: update submodule references"
|
git commit -am "chore: update submodule references"
|
||||||
git status
|
git status
|
||||||
git submodule status
|
git submodule status
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in New Issue
Block a user