Replace remaining Agent -> Runner references (#229)

This commit is contained in:
Julio Barba
2019-12-16 15:45:00 -05:00
committed by GitHub
parent 86df779fe9
commit c3c66bb14a
6 changed files with 16 additions and 16 deletions

View File

@@ -62,7 +62,7 @@ namespace GitHub.Runner.Worker.Handlers
}
else if (data.ExecutionType == ActionExecutionType.Plugin)
{
// Agent plugin
// Runner plugin
handler = HostContext.CreateService<IRunnerPluginHandler>();
(handler as IRunnerPluginHandler).Data = data as PluginActionExecutionData;
}