mirror of https://github.com/milvus-io/milvus.git
Fix Protected branch update failed (#6452)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/6453/head
parent
4c5ff9a63b
commit
d6f8846e88
|
@ -66,4 +66,4 @@ jobs:
|
|||
continue-on-error: true
|
||||
shell: bash
|
||||
run: |
|
||||
git push "https://sre-ci-robot:${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/${{ GITHUB_REPOSITORY }}.git" HEAD:${{ github.ref }} --follow-tags
|
||||
git push "https://sre-ci-robot:${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/$GITHUB_REPOSITORY.git" HEAD:${{ github.ref }} --follow-tags
|
||||
|
|
|
@ -65,4 +65,4 @@ jobs:
|
|||
continue-on-error: true
|
||||
shell: bash
|
||||
run: |
|
||||
git push "https://sre-ci-robot:${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/${{ GITHUB_REPOSITORY }}.git" HEAD:${{ github.ref }} --follow-tags
|
||||
git push "https://sre-ci-robot:${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/$GITHUB_REPOSITORY.git" HEAD:${{ github.ref }} --follow-tags
|
||||
|
|
Loading…
Reference in New Issue