未验证 提交 0897a877 编写于 作者: Z zhuanghong.chen 提交者: GitHub

Update all-contributors.yaml (#7463)

Signed-off-by: Nsutcalag <zhuanghong.chen@zilliz.com>
上级 229965a9
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册