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.
2 parents eeb4d1c + 639f50a commit a7a663bCopy full SHA for a7a663b
src/index.ts
@@ -75,7 +75,7 @@ const waitForPipeline = async (
75
}
76
} catch (error) {
77
core.error(
78
- `An error occured while getting the status of pipeline '${pipelineName}' exucution: '${pipelineExecutionId}'.`,
+ `An error occured while getting the status of pipeline '${pipelineName}' execution: '${pipelineExecutionId}'.`,
79
);
80
throw error;
81
0 commit comments