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 }}',