From d6f8846e888bf9ea56df4d85fd74e4543feedc8e Mon Sep 17 00:00:00 2001 From: quicksilver Date: Mon, 12 Jul 2021 18:24:07 +0800 Subject: [PATCH] Fix Protected branch update failed (#6452) Signed-off-by: quicksilver --- .github/workflows/publish-builder.yaml | 2 +- .github/workflows/publish-test-images.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-builder.yaml b/.github/workflows/publish-builder.yaml index 8120c42f03..368f7292d5 100644 --- a/.github/workflows/publish-builder.yaml +++ b/.github/workflows/publish-builder.yaml @@ -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 diff --git a/.github/workflows/publish-test-images.yaml b/.github/workflows/publish-test-images.yaml index 909a26ae6b..54c8f1325d 100644 --- a/.github/workflows/publish-test-images.yaml +++ b/.github/workflows/publish-test-images.yaml @@ -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