From 4644a9b6fbf4307a16626f699dd98bba55bdff1f Mon Sep 17 00:00:00 2001 From: Shaed Parkar Date: Tue, 21 Jan 2025 10:00:25 +0000 Subject: [PATCH] fix typo --- pipelines/templates/run-ui-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/templates/run-ui-test.yaml b/pipelines/templates/run-ui-test.yaml index ca1b937d..0aec1e1e 100644 --- a/pipelines/templates/run-ui-test.yaml +++ b/pipelines/templates/run-ui-test.yaml @@ -199,4 +199,4 @@ steps: results: $(testOutcome) details: $(testSummary) triggerID: $(triggerID) - type: name: ${{ paramaters.slackTitle }} + type: name: ${{ parameters.slackTitle }}