Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Sep 16, 2024
1 parent c37190d commit 870939c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
- name: Post Summary Comment
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
run: |
COMMENT="Vale linting found issues. Please check the 'Files change' tab for detailed results."
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)"
COMMENT+="➡️ Link to detailed report: [Files changed](${{ github.event.pull_request.html_url }}/files)"
gh pr comment ${{ github.event.pull_request.number }} --body "$COMMENT"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 870939c

Please sign in to comment.