chore(deps): upgrade npm denpendencies

This commit is contained in:
Fu Diwei
2025-02-12 17:00:05 +08:00
parent 3bc708b910
commit f6c338b50e
12 changed files with 420 additions and 412 deletions

View File

@@ -107,7 +107,7 @@ func (n *deployNode) checkCanSkip(ctx context.Context, lastOutput *domain.Workfl
}
if currentNodeConfig.SkipOnLastSucceeded {
return true, "已部署过证书"
return true, "已部署过证书,跳过此次部署"
}
}