From 997aeb8de8b1e14a1713f48436bbfcbae654914b Mon Sep 17 00:00:00 2001 From: Eugene Date: Fri, 12 Jan 2024 02:27:14 +0400 Subject: [PATCH] typo fix in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e1e8fc..73bcde1 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -100,4 +100,4 @@ Optionen: --bearerToken bearer token without Bearer prefix, added as Authorization header [string] --timeout request timeout [number] [default: 5000] -``` \ No newline at end of file +```