mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix git commit error when nothing changed (#13132)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/13146/head
parent
2905182282
commit
9be0c5fdc8
|
@ -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…
Reference in New Issue