test context

This commit is contained in:
Michael Shick 2019-11-22 18:31:48 -05:00
parent 3d8df2a501
commit 39f095d176
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
7 changed files with 270 additions and 80 deletions

View file

@ -24,7 +24,8 @@
},
"homepage": "https://github.com/actions/javascript-action#readme",
"dependencies": {
"@actions/core": "^1.1.1"
"@actions/core": "^1.1.1",
"@actions/github": "^1.1.0"
},
"devDependencies": {
"@zeit/ncc": "^0.20.5",