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
Currently template variables are expanded to string literals.
I would like to have the ability to expand template variable to a dynamic value, received as an environment variable.
One possible use case is to have template versioning ability.
Template version can be received as an environment variable (via git commit id).
The text was updated successfully, but these errors were encountered:
Currently template variables are expanded to string literals.
I would like to have the ability to expand template variable to a dynamic value, received as an environment variable.
One possible use case is to have template versioning ability.
Template version can be received as an environment variable (via git commit id).
The text was updated successfully, but these errors were encountered: