mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Update all-contributors.yaml (#7463)
Signed-off-by: sutcalag <zhuanghong.chen@zilliz.com>
This commit is contained in:
parent
229965a9bb
commit
0897a877cb
5
.github/workflows/all-contributors.yaml
vendored
5
.github/workflows/all-contributors.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user