Remove set context for github action

This commit is contained in:
Ethan Chiu
2020-07-27 11:36:51 -04:00
parent fd75cdb8ab
commit 4cf17bc51e

View File

@@ -176,10 +176,6 @@ namespace GitHub.Runner.Worker.Handlers
var actionStep = step as IActionRunner;
// Set GITHUB_ACTION
// For composite + their nested steps, we want the all of them to have the same GITHUB_ACTION
step.ExecutionContext.SetGitHubContext("action", ExecutionContext.GetGitHubContext("action"));
try
{
// Evaluate and merge action's env block to env context