mirror of
https://gitea.com/gitea/runner.git
synced 2026-07-09 00:08:39 +08:00
be75ee20b1
Signed-off-by: Casey Lee <cplee@nektos.com>
17 lines
265 B
YAML
17 lines
265 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
|
|
env:
|
|
TEST: enabled
|
|
args:
|
|
- echo
|
|
- ${INPUT_WHO_TO_GREET}
|