558081242c
* feat: add node16 support Signed-off-by: hackercat <me@hackerc.at> * feat: bump images to node16 Signed-off-by: hackercat <me@hackerc.at> * lint(editorconfig): ignore *.md due to mixed style Signed-off-by: hackercat <me@hackerc.at> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
16 lines
273 B
YAML
16 lines
273 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://node:16-buster-slim
|
|
entrypoint: /bin/sh -c
|
|
env:
|
|
TEST: enabled
|
|
args:
|
|
- env
|