<@729320201803530341> Is the ${actions} context me...
# 💻|contributing
c
@alert-helicopter-61082 Is the ${actions} context meant to be available only in action spec? For example this is not possible as of right now ```yml kind: Deploy description: The API backend for the voting UI type: helm name: api variables: repository: ${actions.build.api-image.outputs.deployment-image-name} tag: ${actions.build.api-image.version} ... ```
Could not find key actions.
a
It should be possible to reference actions in variables. We'll need to fix that.
i
that escalated fast, thanks a lot! 😄