Merge branch 'users/ethanchewy/compositetest2' of https://github.com/actions/runner into users/ethanchewy/compositeenv

This commit is contained in:
Ethan Chiu
2020-06-23 14:30:04 -04:00
4 changed files with 13 additions and 7 deletions

View File

@@ -282,7 +282,7 @@ namespace GitHub.Runner.Worker
// If the key already exists, we override it since the composite action env variables will have higher precedence
// Note that for each composite action step, it's environment variables will be set in the StepRunner automatically
step.ExecutionContext.SetEnvironmentVariables(envData);
Root.JobSteps.Insert(0, step);
Root.JobSteps.Insert(location, step);
}
public void SetEnvironmentVariables(Dictionary<string, string> dict)