Skip to content

Commit 95705fb

Browse files
authored
Merge branch 'main' into repo-sync
2 parents ae7f299 + 21ffb0b commit 95705fb

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)