mirror of
https://github.com/actions/runner.git
synced 2025-12-13 00:36:29 +00:00
add back envToken
This commit is contained in:
@@ -389,6 +389,7 @@ namespace GitHub.Runner.Worker
|
|||||||
Image = imageToken.Value,
|
Image = imageToken.Value,
|
||||||
Arguments = argsToken,
|
Arguments = argsToken,
|
||||||
EntryPoint = entrypointToken?.Value,
|
EntryPoint = entrypointToken?.Value,
|
||||||
|
Environment = envToken,
|
||||||
Pre = preEntrypointToken?.Value,
|
Pre = preEntrypointToken?.Value,
|
||||||
InitCondition = preIfToken?.Value ?? "always()",
|
InitCondition = preIfToken?.Value ?? "always()",
|
||||||
Post = postEntrypointToken?.Value,
|
Post = postEntrypointToken?.Value,
|
||||||
|
|||||||
Reference in New Issue
Block a user