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

@@ -35,6 +35,9 @@ inputs:
preventFailureOnNoResponse:
description: 'Prevent this Action to fail if the request respond without an response'
required: false
escapeData:
description: 'Escape newlines in data string content'
required: false
outputs:
response:
description: 'HTTP Response Content'