Compare commits

...

1 Commits

Author SHA1 Message Date
Ethan Chiu 0e0ab644db Fix GITHUB_ACTION not being set
Code Scanning - Action / CodeQL-Build (push) Has been cancelled
2020-08-03 20:31:54 -04:00
@@ -68,7 +68,7 @@ namespace GitHub.Runner.Worker.Handlers
var compositeGitHubContext = new GitHubContext();
foreach (var pair in githubContext)
{
compositeGitHubContext[pair.Key] = pair.Value;
compositeGitHubContext[pair.Key] = pair.Value.Clone();
}
foreach (Pipelines.ActionStep actionStep in actionSteps)