diff --git a/action.yml b/action.yml index 4f3cb3f..c1a3785 100644 --- a/action.yml +++ b/action.yml @@ -5,9 +5,15 @@ inputs: script: required: true description: The script to run + workdir: + required: true + description: The directory to run in runs: - using: node24 - main: ${{ inputs.script }} + using: docker + main: "docker://git.janishutz.com/registry/node-runner" + args: + - ${{ inputs.script }} + - ${{ inputs.workdir }} branding: icon: zap color: green