ci(submodule): sync submodule (#50)
Co-authored-by: gitea-actions[bot] <gitea-actions[bot]@users.noreply.gitea.com> Reviewed-on: #50 Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn> Co-committed-by: Boming Zhang <bomingzh@sjtu.edu.cn>
This commit is contained in:
parent
d0b1341af0
commit
b799c15248
|
@ -28,5 +28,7 @@ jobs:
|
|||
git pull --recurse-submodules
|
||||
git submodule update --remote --recursive
|
||||
- name: Commit update
|
||||
shell: bash
|
||||
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