Replies: 1 comment 2 replies
-
The use of Try using Also note the difference in indenting between your first and second examples. First example it's indented 2 spaces more under the And the fact that in the first example, you aren't putting the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to write this:
but instead I get:
This seems to happen because the parsing of
sh:
is deleting the linebreaks. I expected that the multiline YAML here would work the same way as it does withcmds
-- this works, for example:Is this a bug or is this the expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions