ci(submodule): sync submodule #50
|
@ -28,5 +28,7 @@ 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 commit -am "chore: update submodule references" && git push || echo "No changes to commit"
|
git diff-index --quiet HEAD || git commit -am "chore: update submodule references"
|
||||||
|
git push
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit cc5d991cb401b0c8cfd8e03a76fb9994158d2819
|
Subproject commit 0ca3a8225b0c5f85adb5655bb87db7823f551861
|
|
@ -1 +1 @@
|
||||||
Subproject commit f29fbdac51f851e782f0db13f8640c6ba0aec49d
|
Subproject commit c1ce0979157041f6c1ddb5215c5e2e4c056f0007
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8a91338da01c8fb0051b1d0183d503073535e337
|
Subproject commit 48c2d3850bba983857efc4d50e81190202589ead
|
Loading…
Reference in New Issue
Block a user