github.com/nektos/act@v0.2.63/pkg/runner/testdata/actions/docker-url/action.yml (about) 1 name: docker-url 2 author: nektos 3 description: testing 4 inputs: 5 who-to-greet: 6 description: who to greet 7 required: true 8 default: World 9 runs: 10 using: docker 11 image: docker://node:16-buster-slim 12 entrypoint: /bin/sh -c 13 env: 14 TEST: enabled 15 args: 16 - env