Skip to content

Commit f3cd461

Browse files
committed
update
1 parent 4ec65be commit f3cd461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ const main = defineCommand({
518518
);
519519

520520
const debug = laterRes.debug;
521-
core.startGroup("🔍 Backend Debug Information");
521+
core.startGroup("Backend response");
522522
core.debug(`workflowData: ${JSON.stringify(debug.workflowData, null, 2)}`);
523523
core.debug(`key: ${debug.key}`);
524524
core.debug(`runId: ${debug.runId}`);

0 commit comments

Comments
 (0)