mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-11-24 18:09:26 -05:00
Document jobs.<job_id>.steps[*].env
This commit is contained in:
parent
fe8a889cf4
commit
d6dca55482
1 changed files with 4 additions and 0 deletions
|
@ -933,6 +933,10 @@ the path to the executable file to run.
|
|||
|
||||
[Check out the example](https://code.forgejo.org/forgejo/end-to-end/src/branch/main/actions/example-docker-action/.forgejo/workflows/test.yml)
|
||||
|
||||
### `jobs.<job_id>.steps[*].env`
|
||||
|
||||
Set environment variables like it's [top-level variant `env`](#env-2), but only for the current step.
|
||||
|
||||
## Debugging workflows
|
||||
|
||||
### Errors in the YAML file
|
||||
|
|
Loading…
Reference in a new issue