Is there a possible way to use an environment variable inside a conditional like this? (code below doesn’t work)
when:
condition:
equal: [ $<< parameters.condition_needed>>, "true" ]
I have found the several same questions that was posted years ago but none gave a working solution such as this
and also a feature request here