From 6e017efa8e8a685a5ccfda0a8aded572c1a9c275 Mon Sep 17 00:00:00 2001 From: AnJia Date: Tue, 24 May 2022 09:40:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gcr.io_mirror.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gcr.io_mirror.yml b/.github/workflows/gcr.io_mirror.yml index 7b7b70d..d77174f 100644 --- a/.github/workflows/gcr.io_mirror.yml +++ b/.github/workflows/gcr.io_mirror.yml @@ -170,7 +170,7 @@ jobs: labels=['failed'] } - let gcr_img = "{{ steps.pullIssuesPorter.outputs.GCR_IMAGE }}" + let gcr_img = "${{ steps.pullIssuesPorter.outputs.GCR_IMAGE }}" let colonIndex = gcr_img.indexOf(":") if colonIndex>0 { @@ -188,7 +188,7 @@ jobs: } body+="\n gcr.io Api(需梯子) \n\n gcr.io UI \n\n" } - + const issuesComment = await github.issues.createComment({ owner: '${{ env.GH_USER }}', repo: '${{ env.REPO_NAME }}',