Output from azd version
azd version 1.22.0 (commit c9ab0f2)
Describe the bug
Bicep outputs in main.bicep are automatically set as env vars. I expect this to be true for revision-based deployment for ACA as well so that I can run azd env refresh in GH workflow and get the env variables.
in web.parameters.json

But in the GH action log file -

To Reproduce
Expected behavior
I can restore and get the values for PRODUCTION_LABEL etc. in GH Action.