mirror of
https://github.com/actions/runner.git
synced 2025-12-10 20:36:49 +00:00
Fix Empty GITHUB_ACTION
This commit is contained in:
@@ -61,7 +61,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)
|
||||
|
||||
Reference in New Issue
Block a user