I think we could use the following instead: ``` body=$( while read line; do echo -n "$line\\n"; done < release-notes-repo/release-notes.md ) ```