mirror of https://github.com/CGAL/cgal
Fix javascript syntax
This commit is contained in:
parent
98e8a004eb
commit
d89d6b1b75
|
|
@ -155,7 +155,7 @@ jobs:
|
|||
if: ${{ failure() && steps.get_round.outputs.result != 'stop' }}
|
||||
with:
|
||||
script: |
|
||||
const error = "${{steps.build_and_run.outputs.DoxygenError}}"
|
||||
const error = `${{steps.build_and_run.outputs.DoxygenError}}`
|
||||
const msg = "There was an error while building the doc: \n"+error
|
||||
github.rest.issues.createComment({
|
||||
owner: "CGAL",
|
||||
|
|
|
|||
Loading…
Reference in New Issue