fix: 保留生产确认错误字段

This commit is contained in:
湛兮
2026-06-12 02:03:04 +08:00
parent f7295529b6
commit 370d263770
+2 -1
View File
@@ -417,7 +417,8 @@ export class DeployRunsService {
projectKey: project.key,
environment: input.environment,
ref: input.ref,
requiredField: 'productionConfirmation.confirmed',
required: 'productionConfirmation',
expected: 'confirmed=true',
},
);
}