How do you define a env variable that's a Vect<String>? #5563
Replies: 1 comment
-
Found the answer: You need to add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried
But it doesn't works. It's interpreted as
my_var = ["a,b"]
instead ofmy_var = ["a", "b"]
Beta Was this translation helpful? Give feedback.
All reactions