diff --git a/src/submit.ts b/src/submit.ts index fd89459..1633db8 100644 --- a/src/submit.ts +++ b/src/submit.ts @@ -62,7 +62,7 @@ export async function submit(config: InlineConfig): Promise { async task(_ctx, task) { try { const setStatus = (text: string) => { - task.output = text; + task.output = `[${name}] ${text}`; }; const store = getStore(setStatus);