We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219a068 commit 2d7bb01Copy full SHA for 2d7bb01
src/main.ts
@@ -66,7 +66,7 @@ async function handleLogs(args: any, workflowHandler: WorkflowHandler) {
66
const workflowRunId = await workflowHandler.getWorkflowRunId()
67
await handleWorkflowLogsPerJob(args, workflowRunId);
68
} catch(e: any) {
69
- core.error(`Failed to handle logs of tirggered workflow. Cause: ${e}`);
+ core.error(`Failed to handle logs of triggered workflow. Cause: ${e}`);
70
}
71
72
@@ -108,4 +108,4 @@ async function run(): Promise<void> {
108
//
109
// Call the main task run function
110
111
-run()
+run()
0 commit comments