Backend: input with variable does not respect input type:
Update - this issue is tracked in https://gitlab.com/gitlab-org/gitlab/-/issues/438723 and https://gitlab.com/gitlab-org/gitlab/-/issues/434826 ### Problem With the introduction of expand_vars users should be able to use variable + input anywhere, however this does not support any key that is not string, when you try to add `parallel:` (number) or `allow_failure:` (boolean) I am receiving the following error ![image](/uploads/f3795e72faa9f461bad74298296aa2d9/image.png) When I try to force the type using `type: boolean/number` I receive a different error ![image](/uploads/4ec221de008ad315897ac67adada8105/image.png) Its important to note that I did not saw this problem on keys that are type of string (`changes:` or `when:`)
issue