diff --git a/internal/runners/workflows.go b/internal/runners/workflows.go index 544d74ff..9bdfaf01 100644 --- a/internal/runners/workflows.go +++ b/internal/runners/workflows.go @@ -290,6 +290,7 @@ func (r *WorkflowRunner) Export(in Request) (*Response, error) { return NewResponse( fmt.Sprintf("Successfully exported workflow `%s`", workflow.Name), + WithObject(workflow), ), nil }