mirror of
https://github.com/actions/runner.git
synced 2025-12-12 05:37:01 +00:00
fix: GITHUB_ENV in composite (#1794)
* fix: GITHUB_ENV in composite * fix L0 Test
This commit is contained in:
@@ -112,6 +112,7 @@ namespace GitHub.Runner.Worker
|
||||
foreach (var env in actionEnvironment)
|
||||
{
|
||||
envContext[env.Key] = new StringContextData(env.Value ?? string.Empty);
|
||||
step.ExecutionContext.StepEnvironmentOverrides.Add(env.Key);
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user