mirror of
https://github.com/anjia0532/gcr.io_mirror.git
synced 2025-09-23 03:59:19 +08:00
Update gcr.io_mirror.yml
This commit is contained in:
5
.github/workflows/gcr.io_mirror.yml
vendored
5
.github/workflows/gcr.io_mirror.yml
vendored
@@ -144,10 +144,9 @@ jobs:
|
|||||||
run_id: ${{ github.run_id }}
|
run_id: ${{ github.run_id }}
|
||||||
})
|
})
|
||||||
console.log("jobs",jobsResponse['data'])
|
console.log("jobs",jobsResponse['data'])
|
||||||
|
body+="\n\n 日志:\n\n"
|
||||||
for(let job of jobsResponse['data']['jobs']){
|
for(let job of jobsResponse['data']['jobs']){
|
||||||
if(github.job == job.name){
|
body+="- ["+job.name+"]("+job.html_url+")"
|
||||||
body+="\n\n [详细日志]("+job.html_url+")"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const issuesComment = await github.issues.createComment({
|
const issuesComment = await github.issues.createComment({
|
||||||
|
Reference in New Issue
Block a user