act/pkg/runner/testdata/actions/docker-url/action.yml
Ryan 12fa4d703d
fix: correctly unmarshal entrypoint (#876)
Signed-off-by: hackercat <me@hackerc.at>

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2021-11-13 19:43:31 +00:00

16 lines
273 B
YAML

name: docker-url
author: nektos
description: testing
inputs:
who-to-greet:
description: who to greet
required: true
default: World
runs:
using: docker
image: docker://node:12-buster-slim
entrypoint: /bin/sh -c
env:
TEST: enabled
args:
- env