Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add retry plugin and related options #288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Sep 26, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add retry plugin
  • Loading branch information
luketomlinson committed Sep 23, 2022
commit 355d8955d8c1c61744c92631c58ba1865e3a542b
11 changes: 10 additions & 1 deletion 11 action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,17 @@ inputs:
previews:
description: A comma-separated list of API previews to accept
result-encoding:
description: Either "string" or "json" (default "json")—how the result will be encoded
description: Either "string" or "json" (default "json")—how the result will be encoded
default: json
retries:
description: "The number of times to retry a request"
default: "0"
retry-after:
description: "The number of seconds between retries"
default: "0"
luketomlinson marked this conversation as resolved.
Show resolved Hide resolved
do-not-retry:
luketomlinson marked this conversation as resolved.
Show resolved Hide resolved
description: "A comma separated list of status codes that will NOT be retried. Example: '400,500'"
default: ""
outputs:
result:
description: The return value of the script, stringified with `JSON.stringify`
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.