Open jmatsu opened 5 years ago
Sometimes I wanted to use string-array during orb development. For example, it's when calling the builtin save_cache command.
save_cache
commands: do_with_cache: parameters: ... paths: type: string-array steps: ... - save_cache: key: ... paths: << parameters.paths >> # not only single element. needs array.
What do you think about supporting string-array in parameters? Moreover, I'd like to know a workaround for this purpose if it exists.
This is a limitation of the current system. It's on our radar to fix, but it's not yet slated for work.
Sure, thank you for your answer. 😄
Sometimes I wanted to use string-array during orb development. For example, it's when calling the builtin
save_cache
command.What do you think about supporting string-array in parameters? Moreover, I'd like to know a workaround for this purpose if it exists.