From 370d263770a0fedf017eaf83e0f02a3d3b2fe965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B9=9B=E5=85=AE?= Date: Fri, 12 Jun 2026 02:03:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=9D=E7=95=99=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E9=94=99=E8=AF=AF=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/deploy-runs/deploy-runs.service.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/deploy-runs/deploy-runs.service.ts b/src/deploy-runs/deploy-runs.service.ts index 16a6294..0ff4f56 100644 --- a/src/deploy-runs/deploy-runs.service.ts +++ b/src/deploy-runs/deploy-runs.service.ts @@ -417,7 +417,8 @@ export class DeployRunsService { projectKey: project.key, environment: input.environment, ref: input.ref, - requiredField: 'productionConfirmation.confirmed', + required: 'productionConfirmation', + expected: 'confirmed=true', }, ); }