Initial commit

This commit is contained in:
David Anthoff
2019-09-14 20:52:51 -07:00
commit 3259d7ae88
12 changed files with 5567 additions and 0 deletions

10
action.yml Normal file
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: 'lib/main.js'