Skip to content

Commit

Permalink
fix: Updated action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Dec 21, 2023
1 parent 82c3c6b commit 6f7ef43
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 @@ -68,7 +68,7 @@ runs:
with:
github-token: ${{ inputs.github-token }}
script: |
const script = require('${{ github.action_path }}/dist/index.js')
const script = require('${{ github.action_path }}dist/index.js')
await script({
inputs: ${{ toJSON(inputs) }},
metadata: ${{ toJSON(steps.dependabot-metadata.outputs) }},
Expand Down

0 comments on commit 6f7ef43

Please sign in to comment.