1
0
Fork 0
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:
Earl Warren 2025-07-12 17:46:16 +02:00
parent 2a37f3f1c3
commit 73b26d318a

View file

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