Skip to content

Commit 39e01ce

Browse files
authored
Merge pull request #25806 from github/repo-sync
repo sync
2 parents 22cd55f + f86f987 commit 39e01ce

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

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

184184
## `env`
185185

186-
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).
186+
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+
188+
Variables in the `env` map cannot be defined in terms of other variables in the map.
187189

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

0 commit comments

Comments
 (0)