From 1c321b7ba2e7db934783d01bcb014ae3c40c3a77 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 11 May 2026 10:00:08 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20commitAndPush=20=E5=8A=A0=E4=B8=8A=20awa?= =?UTF-8?q?it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.js b/app/main.js index 4e6f88c..5e13dc8 100644 --- a/app/main.js +++ b/app/main.js @@ -91,7 +91,7 @@ async function main() { // Step5: commit/push findings.json 到來源分支 console.log('\n💾 Step5: 記憶區 Commit/Push'); - commitAndPush(WORKSPACE); + await commitAndPush(WORKSPACE); // Step6: 有 critical 問題則 exit 1 console.log('\n🚦 Step6: 嚴重問題檢查');