From cce3f3d779202ffa2ba8662290934526dafa08a7 Mon Sep 17 00:00:00 2001 From: Frank Jogeleit Date: Sat, 23 Jul 2022 15:18:23 +0200 Subject: [PATCH] Add new httpsCA input to README.md Signed-off-by: Frank Jogeleit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0495974..f7c667a 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ jobs: |escapeData| Escape newlines in data string content. Use 'true' (string) as value to enable it || |preventFailureOnNoResponse| Prevent this Action to fail if the request respond without an response. Use 'true' (string) as value to enable it || |ignoreStatusCodes| Prevent this Action to fail if the request respond with one of the configured Status Codes. Example: '404,401' || +|httpsCA| Certificate authority as string in PEM format || ### Response