mirror of
https://github.com/actions/runner.git
synced 2025-12-12 05:37:01 +00:00
Add TODO, remove unn. content
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user