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 ac2d680 commit 9a33e9fCopy full SHA for 9a33e9f
.github/workflows/spelling.yaml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- name: check-spelling
31
id: spelling
32
- uses: check-spelling/check-spelling@prerelease
+ uses: check-spelling/check-spelling@2d5f9dd9d2d43584d36e4ae03a3508eff411eda9
33
with:
34
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
35
checkout: true
@@ -56,7 +56,7 @@ jobs:
56
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
57
58
- name: comment
59
60
61
62
task: ${{ needs.spelling.outputs.followup }}
0 commit comments