-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
area/workflowRelating to workflow definitionsRelating to workflow definitionskind/bugSomething isn't workingSomething isn't workingmeta/workaroundA workaround has been identified.A workaround has been identified.needs-workExtra attention is neededExtra attention is needed
Description
I'm facing an issue when I'm trying to reference a steps.<id>.outputs.<variable> with an id composed with -.
Run echo ${{ steps.login-ecr.outputs.registry }}
ERRO[0005] Unable to interpolate string 'echo ${{ steps.login-ecr.outputs.registry }}' - [ReferenceError: 'ecr' is not defined]
Workaround; remove all - in id names.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/workflowRelating to workflow definitionsRelating to workflow definitionskind/bugSomething isn't workingSomething isn't workingmeta/workaroundA workaround has been identified.A workaround has been identified.needs-workExtra attention is neededExtra attention is needed