Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Oct 15, 2024
1 parent e0576d0 commit 84dbb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
continue-on-error: true # Ensure workflow continues even if Vale finds issues

- name: Post summary comment if Vale finds issues
if: steps.vale-lint.conclusion == 'neutral' # Check if Vale found any linting issues
if: steps.vale-lint.outcome == 'neutral' # Check if Vale found any linting issues
run: |
COMMENT="❗️Oh no, some Vale linting found issues! Please check the **Files changed** tab for detailed results and make the necessary updates."
COMMENT+=$'\n'
Expand Down

0 comments on commit 84dbb3f

Please sign in to comment.