Add retry mechanism to octokit client

This commit is contained in:
Imran Ismail
2021-01-20 03:02:45 +08:00
parent 91ce0fb611
commit 60866b9f80
3 changed files with 34 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
"@actions/core": "^1.2.6",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^1.3.3",
"@octokit/plugin-retry": "^3.0.6",
"@octokit/rest": "^18.0.6",
"semver": "^7.3.2"
},