mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +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>();
|
var envData = new Dictionary<string, string>();
|
||||||
|
|
||||||
// Copy over parent environment
|
// Copy over parent environment
|
||||||
foreach (var env in ExecutionContext.EnvironmentVariables)
|
foreach (var env in Environment)
|
||||||
{
|
{
|
||||||
envData[env.Key] = env.Value;
|
envData[env.Key] = env.Value;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user