Skip to content

Commit

Permalink
スクリプトのパス指定修正 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Dec 10, 2022
1 parent 6893bcc commit 20486eb
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 @@ -12,5 +12,5 @@ runs:
with:
github-token: ${{inputs.github-token}}
script: |
const script = require(`${process.env.GITHUB_WORKSPACE}/scripts/action/clean-cache.js`)
const script = require('${{ github.action_path }}/scripts/action/clean-cache.js')
await script({github, context})

0 comments on commit 20486eb

Please sign in to comment.