act/pkg/runner/testdata/actions/docker-url/action.yml

17 lines
273 B
YAML
Raw Normal View History

name: docker-url
author: nektos
description: testing
inputs:
who-to-greet:
description: who to greet
required: true
default: World
runs:
using: docker
2021-02-23 11:49:24 -06:00
#image: docker://alpine:3.13
image: docker://node:12-alpine
env:
TEST: enabled
args:
- env