Merge branch 'v2' of https://github.com/certd/certd into v2

This commit is contained in:
xiaojunnuo
2026-03-20 12:09:01 +08:00
43 changed files with 281 additions and 144 deletions
@@ -259,6 +259,9 @@ export class PipelineService extends BaseService<PipelineEntity> {
bean.order = old.order;
bean.userId = old.userId;
bean.projectId = old.projectId;
if (bean.content == null) {
bean.content = old.content;
}
}
if (!old || !old.webhookKey) {
bean.webhookKey = await this.genWebhookKey();