Hello, @Galgani, Stefano ! Let me know in the comments if I'm missing something but there are two special characters you can use for multiline commands depending on the environment.
How do I create multiline shell scripts with Azure commands?
When entering multi-line commands, you'll use "\" for Bash and "`" for PowerShell. Since this is Bash, you'll use "\" before starting a new line.
Edit: Specific to GitHub Actions, you may need to use > (Folded Block Scalar) which converts new lines into spaces.
I hope this has been helpful! Your feedback is important so please take a moment to accept answers.
If you still have questions, please let us know what is needed in the comments so the question can be answered. Thank you for helping to improve Microsoft Q&A!