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
When parsing curly brackets, even as a string ("${env_var}"), it decodes the curly brackets to it's ASCII code. This is probably a bug of the underlying yaml library (yaml-rust).