fix(cicd): add NC01 PaC status closeout
This commit is contained in:
+1
-1
@@ -270,7 +270,7 @@ async function main(): Promise<void> {
|
||||
|
||||
if (top === "cicd") {
|
||||
const { runCicdCommand } = await import("./src/cicd");
|
||||
const result = await runCicdCommand(null, args.slice(1));
|
||||
const result = await runCicdCommand(readConfig(), args.slice(1));
|
||||
const ok = (result as { ok?: unknown }).ok !== false;
|
||||
if (isRenderedCliResult(result)) {
|
||||
emitText(result.renderedText, result.command || commandName);
|
||||
|
||||
Reference in New Issue
Block a user