mirror of https://github.com/milvus-io/milvus.git
Update all-contributors.yaml (#7776)
Signed-off-by: sutcalag <zhuanghong.chen@zilliz.com>pull/7791/head
parent
5ce26495a0
commit
527db91ebe
|
@ -18,13 +18,14 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
token: ${{ secrets.ALL_CONTRIBUTORS_TOKEN }}
|
||||
|
||||
- name: log path
|
||||
run: |
|
||||
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 milvus
|
||||
cd milvus
|
||||
pwd
|
||||
ls
|
||||
|
||||
- name: Update README.md
|
||||
uses: milvus-io/hero-bot@dco-enabled
|
||||
|
@ -37,7 +38,7 @@ jobs:
|
|||
isAscend: True
|
||||
width: '30px'
|
||||
customUserConfig: 'milvus-io/milvus/.contributors'
|
||||
workingDir: '/home/runner/work/milvus/milvus/milvus'
|
||||
workingDir: '/home/runner/work/milvus/milvus'
|
||||
|
||||
- name: Update README_CN.md
|
||||
uses: milvus-io/hero-bot@dco-enabled
|
||||
|
@ -50,15 +51,16 @@ jobs:
|
|||
isAscend: True
|
||||
width: '30px'
|
||||
customUserConfig: 'milvus-io/milvus/.contributors'
|
||||
workingDir: '/home/runner/work/milvus/milvus/milvus'
|
||||
workingDir: '/home/runner/work/milvus/milvus'
|
||||
|
||||
# - name: commit code
|
||||
# run: |
|
||||
# cd milvus
|
||||
# pwd
|
||||
# git add -u
|
||||
# git commit -s -m 'Update all contributors'
|
||||
# git push
|
||||
- name: commit code
|
||||
run: |
|
||||
pwd
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue