Initial commit

This commit is contained in:
Chris Patterson
2020-01-29 10:13:06 -05:00
commit 91c0d1036c
17 changed files with 7322 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
name: 'Your name here'
description: 'Provide a description here'
author: 'Your name or organization here'
inputs:
myInput: # change this
description: 'input description here'
default: 'default value if applicable'
runs:
using: 'node12'
main: 'dist/index.js'