fix invalid runs command

This commit is contained in:
2026-04-03 16:11:37 +02:00
parent f8b2d59280
commit 134cfb461c

View File

@@ -10,7 +10,7 @@ inputs:
description: The directory to run in description: The directory to run in
runs: runs:
using: docker using: docker
main: "docker://git.janishutz.com/registry/node-runner" image: "docker://git.janishutz.com/registry/node-runner"
args: args:
- ${{ inputs.script }} - ${{ inputs.script }}
- ${{ inputs.workdir }} - ${{ inputs.workdir }}