From c44720051e6630c57e4a8d94e8ba59d46699912b Mon Sep 17 00:00:00 2001 From: Sergey Dolin Date: Fri, 9 Oct 2020 12:14:53 +0500 Subject: [PATCH] Remove the mention of HOME environment variable The variable name clashes with unix shell standard variable and confuses the users. Moreover it is not set for all hosted images. --- content/actions/reference/environment-variables.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/actions/reference/environment-variables.md b/content/actions/reference/environment-variables.md index c8acb6a91c2a..0d2a15674f57 100644 --- a/content/actions/reference/environment-variables.md +++ b/content/actions/reference/environment-variables.md @@ -39,7 +39,6 @@ We strongly recommend that actions use environment variables to access the files | Environment variable | Description | | ---------------------|------------ | | `CI` | Always set to `true`. | -| `HOME` | The path to the {% data variables.product.prodname_dotcom %} home directory used to store user data. For example, `/github/home`. | | `GITHUB_WORKFLOW` | The name of the workflow. | | `GITHUB_RUN_ID` | {% data reusables.github-actions.run_id_description %} | | `GITHUB_RUN_NUMBER` | {% data reusables.github-actions.run_number_description %} |