summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/actions/docker-url/action.yml
blob: dd8aea3942003f7237ce1876a94f3a14a0bfbf2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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