mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
[skip ci] Fix git commit error when nothing changed (#13132)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
2905182282
commit
9be0c5fdc8
3
.github/workflows/all-contributors.yaml
vendored
3
.github/workflows/all-contributors.yaml
vendored
@ -59,8 +59,7 @@ jobs:
|
||||
git config --global user.email "sre-ci-robot@zilliz.com"
|
||||
git config --global user.name "sre-ci-robot"
|
||||
git add -u
|
||||
git commit -s -m 'Update all contributors'
|
||||
git push
|
||||
git diff-index --cached --quiet HEAD || (git commit -s -m 'Update all contributors' && git push)
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user