mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Merge branch 'users/ethanchewy/compositeenv' of https://github.com/actions/runner into users/ethanchewy/compositeFileTable
This commit is contained in:
@@ -58,7 +58,7 @@ namespace GitHub.Runner.Worker.Handlers
|
||||
var envData = new Dictionary<string, string>();
|
||||
|
||||
// Copy over parent environment
|
||||
foreach (var env in ExecutionContext.EnvironmentVariables)
|
||||
foreach (var env in Environment)
|
||||
{
|
||||
envData[env.Key] = env.Value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user