From 0041023399d00d2226a568f824adedf0c678f09f Mon Sep 17 00:00:00 2001 From: Ethan Chiu Date: Tue, 7 Jul 2020 12:44:54 -0400 Subject: [PATCH] add back envToken --- src/Runner.Worker/ActionManifestManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Runner.Worker/ActionManifestManager.cs b/src/Runner.Worker/ActionManifestManager.cs index ff450441b..9095f498d 100644 --- a/src/Runner.Worker/ActionManifestManager.cs +++ b/src/Runner.Worker/ActionManifestManager.cs @@ -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,