Merge pull request 'fix: commitAndPush 加上 await' (#55) from feat/refactor/kiro/1 into feat/refactor/main

Reviewed-on: jiantw83/code-review#55
This commit is contained in:
2026-05-11 10:01:12 +00:00
+1 -1
View File
@@ -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: 嚴重問題檢查');