New toolkit

This commit is contained in:
Danny McCormick
2019-07-22 14:15:40 -04:00
parent 3554c901d4
commit fce79f8f7c
57 changed files with 7996 additions and 8064 deletions

View File

@@ -1,10 +1,10 @@
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'
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'