mirror of https://github.com/milvus-io/milvus.git
Fix Protected branch update failed in GitHub Action (#6453)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/6457/head
parent
d6f8846e88
commit
c10cedb826
|
@ -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://${{ 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://${{ secrets.ALL_CONTRIBUTORS_TOKEN }}@github.com/$GITHUB_REPOSITORY.git" HEAD:${{ github.ref }} --follow-tags
|
||||
|
|
Loading…
Reference in New Issue