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:
8
.github/workflows/gcr.io_mirror.yml
vendored
8
.github/workflows/gcr.io_mirror.yml
vendored
@@ -143,12 +143,8 @@ jobs:
|
||||
repo: '${{ env.REPO_NAME }}',
|
||||
run_id: ${{ github.run_id }}
|
||||
})
|
||||
console.log("jobs",jobsResponse)
|
||||
for(let job of jobsResponse['jobs'] ){
|
||||
if(github.job == job['name']){
|
||||
body+="\n\n [详细日志]("+job['html_url']+")"
|
||||
}
|
||||
}
|
||||
console.log("jobs",jobsResponse['jobs'][0])
|
||||
body+="\n\n [详细日志]("+jobsResponse["jobs"][0]["html_url"]+")"
|
||||
}
|
||||
const issuesComment = await github.issues.createComment({
|
||||
owner: '${{ env.GH_USER }}',
|
||||
|
Reference in New Issue
Block a user