You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message you're getting is actually a little misleading and I've opened #2068 to address this. With the changes in that PR, you should see something like err: cannot unmarshal !!map into []interface {}. This indicates that the values in a matrix need to be arrays and hence you wouldn't be able to using templating syntax to do what you want (templates always output strings).
If we support this going forwards, I imagine it would look something like this instead:
Description
It is not possible to use variables in a matrix task now
Correct me if I'm wrong
The text was updated successfully, but these errors were encountered: