Skip to content

Commit 7ecec12

Browse files
Updated environment-variables.md
1 parent c834616 commit 7ecec12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/reference/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ We strongly recommend that actions use environment variables to access the files
8686

8787
{% note %}
8888

89-
**Note:** {% data variables.product.prodname_dotcom %} reserves the `GITHUB_` environment variable prefix for internal use by {% data variables.product.prodname_dotcom %}. Setting an environment variable or secret with the `GITHUB_` prefix will result in an error.
89+
**Note:** When you set a custom environment variable, you cannot use any of the default environment variable names listed above with the prefix `GITHUB_`. If you attempt to override the value of one of these default environment variables, the assignment is ignored.
9090

9191
{% endnote %}
9292

0 commit comments

Comments
 (0)