Skip to content

Commit 21ffb0b

Browse files
authored
Merge pull request github#15622 from FlashSheridan/patch-3
Add warning about env vars defined via others
2 parents 86c5c84 + bc60b86 commit 21ffb0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/actions/using-workflows/workflow-syntax-for-github-actions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@ A boolean specifying whether the secret must be supplied.
184184

185185
## `env`
186186

187-
A `map` of environment variables that are available to the steps of all jobs in the workflow. You can also set environment variables that are only available to the steps of a single job or to a single step. For more information, see [`jobs.<job_id>.env`](#jobsjob_idenv) and [`jobs.<job_id>.steps[*].env`](#jobsjob_idstepsenv).
187+
A `map` of environment variables that are available to the steps of all jobs in the workflow. You can also set environment variables that are only available to the steps of a single job or to a single step. For more information, see [`jobs.<job_id>.env`](#jobsjob_idenv) and [`jobs.<job_id>.steps[*].env`](#jobsjob_idstepsenv).
188+
189+
Variables in the `env` map cannot be defined in terms of other variables in the map.
188190

189191
{% data reusables.repositories.actions-env-var-note %}
190192

0 commit comments

Comments
 (0)