How can I include newlines in the commit_message of a Crowdin configuration file in YAML? I am trying to include [ci skip] as the description of the commit message (not in the title) while using the option append_commit_message: false since I’m using a custom commit message.
My current config has commit_message: “Crowdin: Update %language% messages\n\n[ci skip]” but this results in “Crowdin: Update Dutch messages\x0A\x0A[ci skip]” being shown on GitHub. I’ve tried multiline strings also but Crowdin said it was an invalid configuration file.