diff --git a/src/index.ts b/src/index.ts index 540b89ac0..ee45c3e9d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -75,7 +75,7 @@ const waitForPipeline = async ( } } catch (error) { core.error( - `An error occured while getting the status of pipeline '${pipelineName}' exucution: '${pipelineExecutionId}'.`, + `An error occured while getting the status of pipeline '${pipelineName}' execution: '${pipelineExecutionId}'.`, ); throw error; }