autotag/action.yml
2019-09-02 15:40:00 -05:00

11 lines
212 B
YAML

name: 'Node 12 Template Action'
description: 'Get started with Node actions'
author: 'GitHub'
inputs:
myInput:
description: 'Input to use'
default: 'world'
runs:
using: 'node12'
main: 'lib/main.js'