mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Add retry plugin
This commit is contained in:
parent
c713e510db
commit
355d8955d8
5 changed files with 2551 additions and 1449 deletions
|
|
@ -38,7 +38,8 @@
|
|||
"@actions/io": "^1.1.1",
|
||||
"@octokit/core": "^3.5.1",
|
||||
"@octokit/plugin-paginate-rest": "^2.17.0",
|
||||
"@octokit/plugin-rest-endpoint-methods": "^6.3.0"
|
||||
"@octokit/plugin-rest-endpoint-methods": "^6.3.0",
|
||||
"@octokit/plugin-retry": "^3.0.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue