Skip to content

Commit

Permalink
Missed another >=
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Jan 13, 2022
1 parent b7d4904 commit 16e277e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/style-and-sp-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
body-includes: spelling errors

- name: Spelling errors!
if: ${{ steps.spell_check_run.outputs.sp_chk_results > 3 }}
if: ${{ steps.spell_check_run.outputs.sp_chk_results >= 3 }}
uses: peter-evans/create-or-update-comment@v1
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
Expand Down

0 comments on commit 16e277e

Please sign in to comment.