typescript-action/action.yml

11 lines
223 B
YAML
Raw Normal View History

2019-06-26 13:11:34 +00:00
name: 'Node 12 Template Action'
description: 'Get started with Node actions'
2019-06-24 20:19:34 +00:00
author: 'GitHub'
inputs:
myInput:
description: 'Input to use'
default: 'world'
runs:
2019-06-26 17:40:35 +00:00
using: 'node12'
main: 'lib/main.js'