From 73b26d318a615c6a825afd3ca96d800e9f240994 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sat, 12 Jul 2025 17:46:16 +0200 Subject: [PATCH] feat: expressions in env can use the env context, that works --- act/schema/workflow_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/act/schema/workflow_schema.json b/act/schema/workflow_schema.json index a0eb5ad2..b81af260 100644 --- a/act/schema/workflow_schema.json +++ b/act/schema/workflow_schema.json @@ -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"