Azure/container-apps-deploy-action

ERROR: unrecognized arguments: --replace-env-vars

moderj opened this issue · 2 comments

moderj commented

Hey I'm noticing an issue regarding the environmentVariables flag

This is the error it throws when running github action
ERROR: unrecognized arguments: --replace-env-vars LOG_LEVEL=info DB_URL=secretref:*** DB_NAME=secretref:***
Error: The process '/usr/bin/az' failed with exit code 2 Error: The process '/usr/bin/az' failed with exit code 2

This is the stage:
Screenshot 2024-02-13 102020

We are facing the same issue. Is there any update on this?

I have done a fix in #106. Not sure if it is the best solution but it works for our case.