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 43f7af9 commit 95304ebCopy full SHA for 95304eb
1 file changed
.github/workflows/spell-check.yaml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- name: check-spelling
25
id: spelling
26
- uses: check-spelling/check-spelling@cfb6f7e75bbfc89c71eaa30366d0c166f1bd9c8c # v0.0.26
+ uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e # v0.0.25
27
with:
28
disable_checks: noisy-file
29
suppress_push_for_open_pull_request: 1
@@ -48,7 +48,7 @@ jobs:
48
if: (success() || failure()) && needs.spelling.outputs.followup
49
50
- name: comment
51
52
53
checkout: true
54
task: ${{ needs.spelling.outputs.followup }}
0 commit comments