mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
Fix Empty GITHUB_ACTION
This commit is contained in:
@@ -61,7 +61,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