Skip to content

Commit

Permalink
fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
diracdeltas committed Apr 30, 2024
1 parent 6bef4de commit da5d517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
DEBUG: ${{ (inputs.debug == 'true' || runner.debug) && 'true' || 'false'}}
with:
script: |
const actionPath = ${{ github.action_path }}
const actionPath = '${{ github.action_path }}'
const script = require(`${actionPath}/src/action.js`)
const inputs = ${{ toJson(inputs) }}
await script({github, context, inputs, actionPath})

0 comments on commit da5d517

Please sign in to comment.