Fix Protected branch update failed (#6452)

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/6453/head
quicksilver 2021-07-12 18:24:07 +08:00 committed by GitHub
parent 4c5ff9a63b
commit d6f8846e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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