fix: GITHUB_ENV in composite (#1794)

* fix: GITHUB_ENV in composite

* fix L0 Test
This commit is contained in:
ChristopherHX
2022-06-29 02:50:50 +02:00
committed by GitHub
parent efdda93aeb
commit 7e74f8c9d5
4 changed files with 13 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ namespace GitHub.Runner.Worker
bool IsEmbedded { get; }
List<string> StepEnvironmentOverrides { get; }
ExecutionContext Root { get; }
// Initialize
@@ -237,6 +239,8 @@ namespace GitHub.Runner.Worker
}
}
public List<string> StepEnvironmentOverrides { get; } = new List<string>();
public override void Initialize(IHostContext hostContext)
{
base.Initialize(hostContext);