From 4242e4a666f0ef5e0b841ebb12f80623e7b16f4d Mon Sep 17 00:00:00 2001 From: AnJia Date: Tue, 24 May 2022 09:43:02 +0800 Subject: [PATCH] debug --- .github/workflows/gcr.io_mirror.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/gcr.io_mirror.yml b/.github/workflows/gcr.io_mirror.yml index 17d5041..2fe04bb 100644 --- a/.github/workflows/gcr.io_mirror.yml +++ b/.github/workflows/gcr.io_mirror.yml @@ -170,13 +170,8 @@ jobs: labels=['failed'] } - let gcr_img = "${{ steps.pullIssuesPorter.outputs.GCR_IMAGE }}" - let colonIndex = gcr_img.indexOf(":") - - if colonIndex>0 { - gcr_img=gcr_img.substr(0,colonIndex) - } - console.log("aaa") + let abc = "${{ steps.pullIssuesPorter.outputs.GCR_IMAGE }}" + console.log(abc) const issuesComment = await github.issues.createComment({ owner: '${{ env.GH_USER }}', repo: '${{ env.REPO_NAME }}',