typo fix in README.md

This commit is contained in:
Eugene 2024-01-12 02:27:14 +04:00 committed by GitHub
parent 0bd00a33db
commit 997aeb8de8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 |