add back envToken

This commit is contained in:
Ethan Chiu
2020-07-07 12:44:54 -04:00
parent 4ccac8c0e2
commit 0041023399

View File

@@ -389,6 +389,7 @@ namespace GitHub.Runner.Worker
Image = imageToken.Value,
Arguments = argsToken,
EntryPoint = entrypointToken?.Value,
Environment = envToken,
Pre = preEntrypointToken?.Value,
InitCondition = preIfToken?.Value ?? "always()",
Post = postEntrypointToken?.Value,