added octokit rest

This commit is contained in:
Naveenraj M
2020-03-29 15:04:08 +05:30
parent 759c6e08e9
commit d57bc2c828

View File

@ -26,10 +26,11 @@
"homepage": "https://github.com/actions/container-toolkit-template#readme", "homepage": "https://github.com/actions/container-toolkit-template#readme",
"dependencies": { "dependencies": {
"@actions/core": "^1.0.0", "@actions/core": "^1.0.0",
"@actions/io": "^1.0.0",
"@actions/exec": "^1.0.0", "@actions/exec": "^1.0.0",
"@actions/github": "^1.0.0", "@actions/github": "^1.0.0",
"@actions/tool-cache": "^1.0.0" "@actions/io": "^1.0.0",
"@actions/tool-cache": "^1.0.0",
"@octokit/rest": "^17.1.4"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^24.0.13", "@types/jest": "^24.0.13",