mirror of
https://github.com/fjogeleit/http-request-action.git
synced 2024-12-28 12:54:45 -05:00
Add new httpsCA input to README.md
Signed-off-by: Frank Jogeleit <frank.jogeleit@lovoo.com>
This commit is contained in:
parent
52ba495021
commit
cce3f3d779
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue