Skip to content

Commit a832643

Browse files
Removed the tags
1 parent 41377de commit a832643

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

content/actions/reference/environment-variables.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@ We strongly recommend that actions use environment variables to access the files
8484

8585
### Naming conventions for environment variables
8686

87-
{% note %}
88-
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.
90-
91-
{% endnote %}
87+
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.
9288

9389
Any new environment variables you set that point to a location on the filesystem should have a `_PATH` suffix. The `HOME` and `GITHUB_WORKSPACE` default variables are exceptions to this convention because the words "home" and "workspace" already imply a location.

0 commit comments

Comments
 (0)