Does the same scope restriction apply to orbs that embed steps from consumers?
For example, I have an orb that takes a number of steps and wraps them with custom commands. It appears that consumers are unable to use pipeline parameters in the steps passed to the orb (even though the pipeline parameters are used in the steps defined in the main config file).
This isn’t ideal. If I try to pass <<pipeline.git.branch>> to a job this way, it results in Error calling workflow: 'my-workflow'Error calling job: 'my-job'Unknown variable(s): branch whenever a tag is created. It does work on actual branches at least.