1
0
mirror of synced 2026-01-18 06:01:38 -05:00

Merge pull request #25806 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-03-03 12:52:10 -08:00
committed by GitHub

View File

@@ -183,7 +183,9 @@ A boolean specifying whether the secret must be supplied.
## `env`
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).
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).
Variables in the `env` map cannot be defined in terms of other variables in the map.
{% data reusables.repositories.actions-env-var-note %}