docs(workflow 階段): 將前置驗證改為 Step2

This commit is contained in:
2026-06-22 10:20:52 +00:00
parent 6256576603
commit 4dc50941b0
6 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ export async function runPreflight(workspace = process.env.GITHUB_WORKSPACE || '
verifyRemote = verifyRemoteAccess,
verifyLLMFn = verifyLLM,
} = deps;
step('Step1.5', '前置驗證(驗證相關設定)');
step('Step2', '前置驗證(驗證相關設定)');
const env = checkEnv();
if (!env.ok) {