We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da31c07 commit 561e84aCopy full SHA for 561e84a
1 file changed
.github/workflows/spelling3.yml
@@ -91,7 +91,7 @@ jobs:
91
steps:
92
- name: check-spelling
93
id: spelling
94
- uses: check-spelling/check-spelling@v0.0.24
+ uses: check-spelling/check-spelling@v0.0.26
95
with:
96
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
97
checkout: true
@@ -140,7 +140,7 @@ jobs:
140
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
141
142
- name: comment
143
144
145
146
task: ${{ needs.spelling.outputs.followup }}
0 commit comments