We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673a0cf commit 672cc57Copy full SHA for 672cc57
.github/workflows/spelling.yml
@@ -147,7 +147,7 @@ jobs:
147
- name: Check for existing comment
148
if: |
149
github.event_name == 'pull_request' &&
150
- steps.spellcheck.outputs.spell_failed == 'true'
+ steps.spellcheck.outcome == 'failure'
151
uses: actions/github-script@v6
152
id: find-comment
153
with:
@@ -169,7 +169,7 @@ jobs:
169
- name: Post or update spell check comment
170
171
172
173
174
175
script: |
0 commit comments