Update gcr.io_mirror.yml

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

View File

@ -144,10 +144,9 @@ jobs:
run_id: ${{ github.run_id }}
})
console.log("jobs",jobsResponse['data'])
body+="\n\n 日志:\n\n"
for(let job of jobsResponse['data']['jobs']){
if(github.job == job.name){
body+="\n\n [详细日志]("+job.html_url+")"
}
body+="- ["+job.name+"]("+job.html_url+")"
}
}
const issuesComment = await github.issues.createComment({