Skip to content

Commit

Permalink
Merge pull request #132 from rgb2hsl/patch-1
Browse files Browse the repository at this point in the history
Typo fix in README.md
  • Loading branch information
fjogeleit authored Jan 12, 2024
2 parents 0bd00a3 + 997aeb8 commit caab55e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
|httpsCert| Client Certificate as string ||
|httpsKey| Client Certificate Key as string ||
|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 ||
|retryWait| time between each retry in millseconds | 3000 |

Expand Down Expand Up @@ -100,4 +100,4 @@ Optionen:
--bearerToken bearer token without Bearer prefix, added as
Authorization header [string]
--timeout request timeout [number] [default: 5000]
```
```

0 comments on commit caab55e

Please sign in to comment.