mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2024-11-22 03:41:00 -05:00
commit
caab55e3d8
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ jobs:
|
||||||
|httpsCert| Client Certificate as string ||
|
|httpsCert| Client Certificate as string ||
|
||||||
|httpsKey| Client Certificate Key as string ||
|
|httpsKey| Client Certificate Key as string ||
|
||||||
|responseFile| Persist the response data to the specified file path ||
|
|responseFile| Persist the response data to the specified file path ||
|
||||||
|markResponse| If set to true, the response will be masked in the logs of the action |'false'|
|
|maskResponse| If set to true, the response will be masked in the logs of the action |'false'|
|
||||||
|retry| optional amount of retries if the request is failing, does not retry if the status code is ignored ||
|
|retry| optional amount of retries if the request is failing, does not retry if the status code is ignored ||
|
||||||
|retryWait| time between each retry in millseconds | 3000 |
|
|retryWait| time between each retry in millseconds | 3000 |
|
||||||
|
|
||||||
|
@ -100,4 +100,4 @@ Optionen:
|
||||||
--bearerToken bearer token without Bearer prefix, added as
|
--bearerToken bearer token without Bearer prefix, added as
|
||||||
Authorization header [string]
|
Authorization header [string]
|
||||||
--timeout request timeout [number] [default: 5000]
|
--timeout request timeout [number] [default: 5000]
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue