Update all-contributors.yaml (#7463)

Signed-off-by: sutcalag <zhuanghong.chen@zilliz.com>
This commit is contained in:
zhuanghong.chen 2021-09-03 14:52:16 +08:00 committed by GitHub
parent 229965a9bb
commit 0897a877cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,9 @@ jobs:
sudo git clone https://.:${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/${{ github.repository }}.git
git config --global user.email "sre-ci-robot@zilliz.com"
git config --global user.name "sre-ci-robot"
sudo chmod -R 777 ${{ github.event.repository.name }}
cd ${{ github.event.repository.name }}
export reponame=${{ github.repository }}
sudo chmod -R 777 ${reponame##*/}
cd ${reponame##*/}
- name: Update README.md
uses: milvus-io/hero-bot@dco-enabled