@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
alert-helicopter-61082
05/20/2023, 5:42 PM
It should be possible to reference actions in variables. We'll need to fix that.