There is this new feature in Project Config (`project.yml`), that makes it possible to use environment variables for yaml variables. Like ```yaml xyz: '$ABC' ``` I'm not sure, but should ```yaml xyz: 'Hello, $ABC' ``` also work as well? When it's not working, is this a bug, or by intention?