ci: more steps in submodule
This commit is contained in:
parent
7fbc46afc9
commit
1a33e08c50
|
@ -30,5 +30,11 @@ jobs:
|
|||
- name: Commit update
|
||||
shell: bash
|
||||
run: |
|
||||
git diff-index --quiet HEAD || git commit -am "chore: update submodule references"
|
||||
git fetch --all
|
||||
git checkout master
|
||||
git reset --hard origin/master
|
||||
git status
|
||||
git add .
|
||||
git status
|
||||
git diff-index --quiet HEAD || git commit -m "chore: update submodule references"
|
||||
git push
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ca21e3ef7980339e433c6531d8e2aae9678eff2d
|
||||
Subproject commit 06cf2097dbeaeb3cfd93f4a1cca24a2d8d703039
|
Loading…
Reference in New Issue
Block a user