Initial commit

This commit is contained in:
Jonathan Clem
2019-03-21 18:15:19 -04:00
commit 4f0213ed10
11 changed files with 2290 additions and 0 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "github",
"private": true,
"main": "index.js",
"dependencies": {
"actions-toolkit": "^1.6.0"
}
}