From 12c2bedb24e1c84eb8223def3ba2401de190fb2f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 16 Jan 2022 19:10:56 +0100 Subject: [PATCH] Document env_file option (#48) Co-authored-by: frenck --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0bbefbd..1e4ac59 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,12 @@ jobs: ## Arguments -| Input | Description | Usage | -| :-------: | :------------------------------------------------------------------: | :--------: | -| `path` | Path to the folder containing the Home Assistant Core configuration. | _Optional_ | -| `secrets` | Alternative secrets file to use, e.g., "fakesecrets.yaml". | _Optional_ | -| `version` | Version to use; dev/beta/stable or a specific version number. | _Optional_ | +| Input | Description | Usage | +| :--------: | :------------------------------------------------------------------: | :--------: | +| `env_file` | Possible path to environment file to use. | _Optional_ | +| `path` | Path to the folder containing the Home Assistant Core configuration. | _Optional_ | +| `secrets` | Alternative secrets file to use, e.g., "fakesecrets.yaml". | _Optional_ | +| `version` | Version to use; dev/beta/stable or a specific version number. | _Optional_ | ### Specific configuration folder