summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/actions/docker-url
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/runner/testdata/actions/docker-url')
-rw-r--r--pkg/runner/testdata/actions/docker-url/action.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkg/runner/testdata/actions/docker-url/action.yml b/pkg/runner/testdata/actions/docker-url/action.yml
new file mode 100644
index 0000000..dd8aea3
--- /dev/null
+++ b/pkg/runner/testdata/actions/docker-url/action.yml
@@ -0,0 +1,16 @@
+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:16-buster-slim
+ entrypoint: /bin/sh -c
+ env:
+ TEST: enabled
+ args:
+ - env