Convert action to typescript

This commit is contained in:
Peter Evans 2020-07-16 17:57:13 +09:00
parent 40e70b8f7b
commit 4ba9ca3d10
19 changed files with 12517 additions and 4466 deletions

View file

@ -36,7 +36,11 @@
"@actions/core": "1.2.4",
"@actions/exec": "1.0.4",
"@actions/tool-cache": "1.3.4",
"is-docker": "2.0.0"
"@octokit/core": "3.1.0",
"@octokit/plugin-paginate-rest": "2.2.3",
"@octokit/plugin-rest-endpoint-methods": "4.0.0",
"is-docker": "2.0.0",
"uuid": "8.2.0"
},
"devDependencies": {
"@types/jest": "25.2.2",