mirror of
https://github.com/actions/runner.git
synced 2025-12-11 04:46:58 +00:00
add back envToken
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user