Document jobs.<job_id>.steps[*].env

This commit is contained in:
Mai-Lapyst 2024-03-15 08:50:21 +01:00
parent fe8a889cf4
commit d6dca55482
No known key found for this signature in database
GPG key ID: F88D929C09E239F8

View file

@ -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