From 5f35435ccdea166e5a3b55e7b876e97214817404 Mon Sep 17 00:00:00 2001 From: Saptarshi Sarkar Date: Fri, 12 Jan 2024 16:20:23 +0530 Subject: [PATCH] chore: Changed the summary for successful run of linter --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 9a753fae7..12536edfe 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -51,7 +51,7 @@ jobs: - name: Generate Workflow Summary for successful run if: ${{ steps.lint.outcome == 'success' }} run: | - echo "## :ballot_box_with_check: Kudos! No linting errors found!" >> $GITHUB_STEP_SUMMARY + echo "## :ballot_box_with_check: Linting passed!" >> $GITHUB_STEP_SUMMARY - name: Generate Workflow Summary for failed run if: ${{ steps.lint.outcome == 'failure' }} run: |