project-version-check/action.yml
Shakar 9ef3dbc165
Add label
Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
2023-09-13 14:47:23 +03:00

18 lines
361 B
YAML

name: "Hello World"
description: "Greet someone and record the time"
inputs:
who-to-greet: # id of input
description: "Who to greet"
required: true
default: "World"
label:
description: "Optional label"
required: false
outputs:
time: # id of output
description: "The time we greeted you"
runs:
using: "node20"
main: "index.js"