Compare commits
2 Commits
2f10167b88
...
5f576e2b0f
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f576e2b0f | |||
| bd003dfcf6 |
|
|
@ -28,10 +28,11 @@ jobs:
|
|||
git pull --recurse-submodules
|
||||
git submodule update --remote --recursive
|
||||
- name: Commit update
|
||||
shell: bash
|
||||
run: |
|
||||
git status
|
||||
git submodule status
|
||||
git commit -am "chore: update submodule references"
|
||||
git diff-index --quiet HEAD || git commit -am "chore: update submodule references"
|
||||
git status
|
||||
git submodule status
|
||||
git push
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user