Fix javascript syntax

This commit is contained in:
SaillantNicolas 2022-11-16 16:35:37 +01:00 committed by GitHub
parent 98e8a004eb
commit d89d6b1b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",