Skip to content

Support newline escaping

Compare
Choose a tag to compare
@fjogeleit fjogeleit released this 07 Oct 16:31
· 177 commits to master since this release
0cc64a5

New option "escapeData" to fix unescaped newline errors in JSON Data

In cases where parts of your JSON Data comes from the GitHub events or other dynamic sources its possible that this content includes unescaped characters like newlines. For this cases you can use this new option to fix related parsing errors by escaping your JSON content inside of this action.