This commit is contained in:
Deepak Sattiraju
2019-09-23 15:16:33 +05:30
parent 4085ca3bbc
commit 8d56cba217
14 changed files with 1061 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "k8s-deploy-action",
"version": "0.0.0",
"author": "Deepak Sattiraju",
"license": "MIT",
"scripts": {
"build": "tsc --outDir ./lib --rootDir ./src"
},
"dependencies": {
"@actions/tool-cache": "^1.0.0",
"@actions/io": "^1.0.0",
"@actions/core": "^1.0.0",
"@actions/exec": "^1.0.0",
"js-yaml": "3.13.1"
},
"devDependencies": {
"@types/node": "^12.0.10"
}
}