From 304b8de11ef908225976c250a9fda63ec1c491ae Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Mon, 23 May 2022 15:52:03 +0530 Subject: [PATCH] Fix the typo in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dabd291a..90a83719 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: run: | echo "Code Coverage Percentage : ${{fromJson(steps.test_results.outputs.testResultsJson).coveragePercentage}}" - - name: Allert notifier on failure + - name: Alert notifier on failure if: failure() && (github.event.action == 'check_connector_for_breaking_changes') run: | curl -X POST \