Update gcr.io_mirror.yml

This commit is contained in:
AnJia 2022-04-21 10:32:03 +08:00 committed by GitHub
parent e913417882
commit faafc9e89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -71,6 +71,7 @@ jobs:
title = issuesResponse["data"][0]["title"]
issue_number = issuesResponse["data"][0]["number"]
}
console.log(issuesResponse["data"])
console.log("schedule trigger")
}
if(issue_number>0){
@ -79,7 +80,7 @@ jobs:
start = 8
}
gcr_image = title.substring(start).trim()
console.log(gcr_image)
const issuesComment = await github.issues.createComment({
owner: '${{ env.GH_USER }}',
repo: '${{ env.REPO_NAME }}',