This ```yaml script: |- cd ../ mvn clean install ``` Will be read and handled properly, but when printing, it will be printed like this: ```yaml script: - cd ../ - mvn clean install ``` Let's maintain the original format when printing it.
This
Will be read and handled properly, but when printing, it will be printed like this:
Let's maintain the original format when printing it.