Support for unescaped newlines in data (#16)

* support newline escaping
This commit is contained in:
Frank Jogeleit
2020-10-07 18:29:38 +02:00
committed by GitHub
parent 81e44c2059
commit 0cc64a5579
6 changed files with 36 additions and 6 deletions

View File

@@ -29,6 +29,7 @@ jobs:
|bearerToken| Bearer Authentication Token (without Bearer Prefix) ||
|customHeaders| Additional header values as JSON string, keys in this object overwrite default headers like Content-Type |'{}'|
|preventFailureOnNoResponse| Prevent this Action to fail if the request respond without an response. Use 'true' (string) as value to enable it ||
|escapeData| Escape newlines in data string content. Use 'true' (string) as value to enable it ||
### Output