We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec65be commit f3cd461Copy full SHA for f3cd461
packages/cli/index.ts
@@ -518,7 +518,7 @@ const main = defineCommand({
518
);
519
520
const debug = laterRes.debug;
521
- core.startGroup("🔍 Backend Debug Information");
+ core.startGroup("Backend response");
522
core.debug(`workflowData: ${JSON.stringify(debug.workflowData, null, 2)}`);
523
core.debug(`key: ${debug.key}`);
524
core.debug(`runId: ${debug.runId}`);
0 commit comments