ci(submodule): prepare merge
This commit is contained in:
parent
5f576e2b0f
commit
4105922923
|
@ -3,7 +3,7 @@ name: submodules sync
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- submodule
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
|
@ -30,9 +30,5 @@ jobs:
|
||||||
- name: Commit update
|
- name: Commit update
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
git status
|
|
||||||
git submodule status
|
|
||||||
git diff-index --quiet HEAD || 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
|
git push
|
||||||
|
|
Loading…
Reference in New Issue
Block a user