1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-06 01:37:57 +02:00
Files
act_runner/pkg/runner/testdata/actions/docker-url/action.yml
Casey Lee 0582306861 unit tests
Signed-off-by: Casey Lee <cplee@nektos.com>
2020-02-20 21:05:31 -05:00

17 lines
272 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://alpine:3.8
image: docker://node:12-alpine
env:
TEST: enabled
args:
- env