Skip to content

Commit 2d7bb01

Browse files
author
Ludovic TOURMAN
committed
Fix typo
1 parent 219a068 commit 2d7bb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async function handleLogs(args: any, workflowHandler: WorkflowHandler) {
6666
const workflowRunId = await workflowHandler.getWorkflowRunId()
6767
await handleWorkflowLogsPerJob(args, workflowRunId);
6868
} catch(e: any) {
69-
core.error(`Failed to handle logs of tirggered workflow. Cause: ${e}`);
69+
core.error(`Failed to handle logs of triggered workflow. Cause: ${e}`);
7070
}
7171
}
7272

@@ -108,4 +108,4 @@ async function run(): Promise<void> {
108108
//
109109
// Call the main task run function
110110
//
111-
run()
111+
run()

0 commit comments

Comments
 (0)