1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Actions: env context cannot be used in job.<job_id>.if (#1803)

This commit is contained in:
Simran
2021-01-14 21:32:17 +01:00
committed by GitHub
parent a265add35e
commit ad5c362c63
2 changed files with 4 additions and 5 deletions

View File

@@ -187,7 +187,7 @@ For more information about cron syntax, see "[Events that trigger workflows](/ac
### `env`
A `map` of environment variables that are available to all jobs and steps in the workflow. You can also set environment variables that are only available to a job or 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).
{% data reusables.repositories.actions-env-var-note %}