Skip to content

Commit

Permalink
Complete list of GITHUB_ vars that are exceptionally not _PATH suffix…
Browse files Browse the repository at this point in the history
…ed. (github#32407)

Co-authored-by: Alex Nguyen <[email protected]>
  • Loading branch information
TWiStErRob and nguyenalex836 authored Apr 8, 2024
1 parent 0951bf2 commit aed803a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/actions/learn-github-actions/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ Because runner environment variable interpolation is done after a workflow job i

When you set an environment variable, you cannot use any of the default environment variable names. For a complete list of default environment variables, see "[Default environment variables](#default-environment-variables)" below. If you attempt to override the value of one of these default variables, the assignment is ignored.

Any new variables you set that point to a location on the filesystem should have a `_PATH` suffix. The `GITHUB_ENV` and `GITHUB_WORKSPACE` default variables are exceptions to this convention.

{% note %}

**Note**: You can list the entire set of environment variables that are available to a workflow step by using <span style="white-space: nowrap;">`run: env`</span> in a step and then examining the output for the step.
Expand Down

0 comments on commit aed803a

Please sign in to comment.