Skip to content

Commit 672cc57

Browse files
committed
Update spellcheck comment
1 parent 673a0cf commit 672cc57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spelling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Check for existing comment
148148
if: |
149149
github.event_name == 'pull_request' &&
150-
steps.spellcheck.outputs.spell_failed == 'true'
150+
steps.spellcheck.outcome == 'failure'
151151
uses: actions/github-script@v6
152152
id: find-comment
153153
with:
@@ -169,7 +169,7 @@ jobs:
169169
- name: Post or update spell check comment
170170
if: |
171171
github.event_name == 'pull_request' &&
172-
steps.spellcheck.outputs.spell_failed == 'true'
172+
steps.spellcheck.outcome == 'failure'
173173
uses: actions/github-script@v6
174174
with:
175175
script: |

0 commit comments

Comments
 (0)