From ae7576cb68b48d44828c101c691e1584794e6463 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Tue, 15 Oct 2024 11:32:03 +0100 Subject: [PATCH] update --- .github/workflows/vale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index f0d0dc040ab..9d9d07820bb 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -78,7 +78,7 @@ jobs: fi - name: Post summary comment - if: env.issues_found == 'true' + if: ${{ steps.check-vale.outputs.issues_found == 'true' }} run: | COMMENT="❗️Oh no, some Vale linting found issues! Please check the **Files change** tab for detailed results and make the necessary updates." COMMENT+=$'\n'