mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
feat: expressions in env can use the env context, that works
This commit is contained in:
parent
2a37f3f1c3
commit
73b26d318a
1 changed files with 1 additions and 1 deletions
|
@ -1402,7 +1402,7 @@
|
|||
},
|
||||
"workflow-env": {
|
||||
"description": "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.\n\n[Documentation](https://docs.github.com/actions/using-workflows/workflow-syntax-for-github-actions#env)",
|
||||
"context": ["forge", "github", "inputs", "vars", "secrets"],
|
||||
"context": ["forge", "github", "inputs", "vars", "secrets", "env"],
|
||||
"mapping": {
|
||||
"loose-key-type": "non-empty-string",
|
||||
"loose-value-type": "string"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue