Replies: 1 comment 2 replies
-
|
You should transform |
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.
-
but works with hard coded array
when: {{=item.dir in ["dir1","dir2","dir3"]}}doesn't work when input parameters dirs is
["dir1", "dir2", "dir3"].. errors out withfailed to evaluate expression: unknown name inputs (1:13) | item.dir in inputs.parameters.dirs | ............^when: {{=item.dir in inputs.parameters.dirs}}Beta Was this translation helpful? Give feedback.
All reactions