ci(submodule): show status
All checks were successful
All checks were successful
This commit is contained in:
parent
18ac7ed80c
commit
32ff1059ab
|
@ -29,4 +29,9 @@ jobs:
|
||||||
git submodule update --remote --recursive
|
git submodule update --remote --recursive
|
||||||
- name: Commit update
|
- name: Commit update
|
||||||
run: |
|
run: |
|
||||||
git commit -am "chore: update submodule references" && git push || echo "No changes to commit"
|
git status
|
||||||
|
git submodule status
|
||||||
|
git commit -am "chore: update submodule references"
|
||||||
|
git status
|
||||||
|
git submodule status
|
||||||
|
git push || echo "No changes to commit"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user