This is currently possible:
foo_command:
parameters:
foo:
type: boolean
steps:
- run: <<# foo>>show me if foo is true<</ foo>
But what about:
foo_command:
parameters:
foo:
type: boolean
steps:
- run: <<# foo>>show me if foo is FALSE<</ foo>
?
Also what is this feature called and where can I find more docs about it? (I’ve only seeing it mentioned in passing or tiny code snippets).
Thanks!