mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-12 12:13:51 +00:00
added octokit rest
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user