File tree Expand file tree Collapse file tree 5 files changed +7952
-6850
lines changed
Filter options
Expand file tree Collapse file tree 5 files changed +7952
-6850
lines changed
Original file line number Diff line number Diff line change @@ -21,8 +21,17 @@ inputs:
21
21
previews :
22
22
description : A comma-separated list of API previews to accept
23
23
result-encoding :
24
- description : Either "string" or "json" (default "json")—how the result will be encoded
24
+ description : Either "string" or "json" (default "json")—how the result will be encoded
25
25
default : json
26
+ retries :
27
+ description : " The number of times to retry a request"
28
+ default : " 0"
29
+ retry-after :
30
+ description : " The number of seconds between retries"
31
+ default : " 0"
32
+ do-not-retry :
33
+ description : " A comma separated list of status codes that will NOT be retried. Example: '400,500'"
34
+ default : " "
26
35
outputs :
27
36
result :
28
37
description : The return value of the script, stringified with `JSON.stringify`
You can’t perform that action at this time.
0 commit comments