Skip to content

Commit 20486eb

Browse files
authored
スクリプトのパス指定修正 (#8)
1 parent 6893bcc commit 20486eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ runs:
1212
with:
1313
github-token: ${{inputs.github-token}}
1414
script: |
15-
const script = require(`${process.env.GITHUB_WORKSPACE}/scripts/action/clean-cache.js`)
15+
const script = require('${{ github.action_path }}/scripts/action/clean-cache.js')
1616
await script({github, context})

0 commit comments

Comments
 (0)