Files
dynamic-badges-action/action.yml
Simon Schneegans ed18a71a87 🎉 Initial commit
2020-08-15 12:02:21 +02:00

14 lines
298 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'
outputs:
time: # id of output
description: 'The time we greeted you'
runs:
using: 'node12'
main: 'index.js'