frenck / action-home-assistant

🚀 Frenck's GitHub Action for running a Home Assistant Core configuration check
MIT License
51 stars 5 forks source link

Support optional env_file input #47

Closed whazor closed 2 years ago

whazor commented 2 years ago

Closes #43.

Via a file env_file as optional input of the action where you can give up an .env file, then it will add --env-file to the docker check command. This will allow you to use !env_var inside of your home assistant config and have an env stub where you store secrets/variables.