This commit is contained in:
@@ -68,7 +68,7 @@ namespace GitHub.Runner.Worker.Handlers
|
|||||||
var compositeGitHubContext = new GitHubContext();
|
var compositeGitHubContext = new GitHubContext();
|
||||||
foreach (var pair in githubContext)
|
foreach (var pair in githubContext)
|
||||||
{
|
{
|
||||||
compositeGitHubContext[pair.Key] = pair.Value;
|
compositeGitHubContext[pair.Key] = pair.Value.Clone();
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (Pipelines.ActionStep actionStep in actionSteps)
|
foreach (Pipelines.ActionStep actionStep in actionSteps)
|
||||||
|
|||||||
Reference in New Issue
Block a user