Skip to content

Commit

Permalink
need cjs after all
Browse files Browse the repository at this point in the history
  • Loading branch information
diracdeltas committed Apr 30, 2024
1 parent da5d517 commit 3265160
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@ runs:
with:
script: |
const actionPath = '${{ github.action_path }}'
const script = require(`${actionPath}/src/action.js`)
const script = require(`${actionPath}/action.cjs`)
const inputs = ${{ toJson(inputs) }}
await script({github, context, inputs, actionPath})

0 comments on commit 3265160

Please sign in to comment.