Check context type

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-08-16 19:13:19 +02:00
parent 10b9d7ec22
commit 9c473659de
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
6 changed files with 835 additions and 4 deletions

View file

@ -27,9 +27,11 @@
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/exec": "^1.0.4",
"@actions/tool-cache": "^1.5.5"
"@actions/tool-cache": "^1.5.5",
"git-url-parse": "^11.1.3"
},
"devDependencies": {
"@types/git-url-parse": "^9.0.0",
"@types/node": "^14.0.14",
"@zeit/ncc": "^0.22.3",
"prettier": "^2.0.5",