From 6dd87961dea3945b3e71a64f4ce44a304c3496d3 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Mon, 18 Dec 2023 10:11:52 +0100 Subject: [PATCH] update readme Signed-off-by: Frank Jogeleit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8f4c22..7e1e8fc 100644 --- a/README.md +++ b/README.md @@ -45,6 +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'| |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 |