Add TODO, remove unn. content

This commit is contained in:
Ethan Chiu
2020-06-19 14:38:37 -04:00
parent 9939cf527e
commit 5988076fcf
3 changed files with 1 additions and 4 deletions

View File

@@ -68,10 +68,7 @@ namespace GitHub.Runner.Worker.Handlers
}
else if (data.ExecutionType == ActionExecutionType.Composite)
{
// TODO
// Runner plugin
handler = HostContext.CreateService<ICompositeActionHandler>();
// handler = CompositeHandler;
(handler as ICompositeActionHandler).Data = data as CompositeActionExecutionData;
}
else