Skip to content

Commit

Permalink
updating GitHub pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 18, 2024
1 parent 66fdae7 commit 4c2d574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
script: |
try {
const script = require('./tools/getNodeVersion.js')
await script({${{ inputs.build-version }}, core})
await script({'${{ inputs.build-version }}', core})
core.setFailed('done')
} catch(err) {
core.error("Error while reading or parsing mochawesome.json")
Expand Down

0 comments on commit 4c2d574

Please sign in to comment.