diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index cff592d858e..f91f33ce03a 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -71,7 +71,7 @@ jobs: - name: Post Summary Comment if: ${{ steps.changed-files.outputs.any_changed == '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="❗️Oh no, some Vale linting found issues! Please check the **Files change** tab for detailed results and make the necessary updates." COMMENT+=$'\n' COMMENT+=$'\n\n' COMMENT+="➡️ Link to detailed report: [Files changed](${{ github.event.pull_request.html_url }}/files)"