Attempt fix for script detection
This commit is contained in:
10
action.yml
10
action.yml
@@ -5,9 +5,15 @@ inputs:
|
|||||||
script:
|
script:
|
||||||
required: true
|
required: true
|
||||||
description: The script to run
|
description: The script to run
|
||||||
|
workdir:
|
||||||
|
required: true
|
||||||
|
description: The directory to run in
|
||||||
runs:
|
runs:
|
||||||
using: node24
|
using: docker
|
||||||
main: ${{ inputs.script }}
|
main: "docker://git.janishutz.com/registry/node-runner"
|
||||||
|
args:
|
||||||
|
- ${{ inputs.script }}
|
||||||
|
- ${{ inputs.workdir }}
|
||||||
branding:
|
branding:
|
||||||
icon: zap
|
icon: zap
|
||||||
color: green
|
color: green
|
||||||
|
|||||||
Reference in New Issue
Block a user