feat(ui): workflow logs

This commit is contained in:
Fu Diwei
2025-03-18 20:02:39 +08:00
parent af5d7465a1
commit fd6e41c566
16 changed files with 173 additions and 63 deletions

View File

@@ -92,7 +92,7 @@ func (n *deployNode) Process(ctx context.Context) error {
return err
}
n.logger.Info("apply completed")
n.logger.Info("deploy completed")
return nil
}