You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parse templates into an abstract representation, and from there do not interpolate template strings anymore on any of the intermediate evaluation results.
Garden Bonsai (0.13) Bug
Current Behavior
The action prints the literal text
I shouldn't be here.
.Expected behavior
I expect the action to print the literal text
${local.env.UNINVOLVED_VAR}
Reproducible example
Run
UNINVOLVED_VAR="I shouldn't be here." INCONSPICUOUS_VAR='${local.env.UNINVOLVED_VAR}' garden run debug
with thisgarden.yml
:Workaround
None available
Suggested solution(s)
Parse templates into an abstract representation, and from there do not interpolate template strings anymore on any of the intermediate evaluation results.
Additional context
Unfinished, but this would fix this: #5496
Your environment
garden version
Bonsai and Acorn affected.The text was updated successfully, but these errors were encountered: