typescript-action/action.yml

11 lines
212 B
YAML
Raw Normal View History

2019-07-22 18:15:40 +00:00
name: 'Node 12 Template Action'
description: 'Get started with Node actions'
author: 'GitHub'
2019-08-22 02:30:36 +00:00
inputs:
2019-07-22 18:15:40 +00:00
myInput:
description: 'Input to use'
default: 'world'
runs:
using: 'node12'
main: 'lib/main.js'