add a interface descripton to each task
This commit is contained in:
@@ -42,7 +42,7 @@ func NewTaskRunner(app *App) *TaskRunner {
|
||||
func (r *TaskRunner) Run(ctx context.Context, t Tasker, i Interface, iType InterfaceType) (runErr error) {
|
||||
|
||||
config := t.Config()
|
||||
details := t.Details()
|
||||
details := t.Details(iType)
|
||||
|
||||
lifecycle := NewRunLifecycle(r.app, config, details, iType, r.logger)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user