mirror of https://github.com/CGAL/cgal
add the url to the job log
This commit is contained in:
parent
bb88c38982
commit
e30b28491e
|
|
@ -159,7 +159,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const error = process.env.ERRORMSG
|
const error = process.env.ERRORMSG
|
||||||
const msg = "There was an error while building the doc: \n"+error
|
const job_url = `${context.serverUrl}/cgal/cgal/actions/runs/${context.runId}`
|
||||||
|
const msg = "There was an error while building the doc: \n"+error + "\n" + job_url
|
||||||
github.rest.issues.createComment({
|
github.rest.issues.createComment({
|
||||||
owner: "CGAL",
|
owner: "CGAL",
|
||||||
repo: "cgal",
|
repo: "cgal",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue