fix: sync HWLAB source workspace through YAML

This commit is contained in:
Codex
2026-07-01 13:15:42 +00:00
parent c7c6832bec
commit 0f6e16b44e
6 changed files with 323 additions and 8 deletions
+1 -1
View File
@@ -604,7 +604,7 @@ export async function runNodeDelegatedDomain(config: Config, domain: DelegatedNo
return nodeRuntimeBaseImageCommand(scoped);
}
if (domain === "control-plane" && scoped.action === "source-workspace") {
return nodeRuntimeSourceWorkspaceCommand(scoped);
return await nodeRuntimeSourceWorkspaceCommand(config, scoped);
}
if (domain === "control-plane" && scoped.action === "plan") {
const result = nodeRuntimeControlPlanePlan(scoped);