Skip to content

Commit

Permalink
Revert "[Deps]Bump check-spelling/check-spelling from 0.0.21 to 0.0.22 (
Browse files Browse the repository at this point in the history
microsoft#28953)" (microsoft#29016)

This reverts commit d3edd6a.
  • Loading branch information
jaimecbernardo committed Oct 4, 2023
1 parent 4eeba26 commit 4515006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/spelling2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- name: check-spelling
id: spelling
uses: check-spelling/check-spelling@v0.0.22
uses: check-spelling/check-spelling@v0.0.21
with:
config: .github/actions/spell-check
suppress_push_for_open_pull_request: 1
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
if: (success() || failure()) && needs.spelling.outputs.followup && github.event_name == 'push'
steps:
- name: comment
uses: check-spelling/check-spelling@v0.0.22
uses: check-spelling/check-spelling@v0.0.21
with:
config: .github/actions/spell-check
checkout: true
Expand All @@ -114,7 +114,7 @@ jobs:
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
steps:
- name: comment
uses: check-spelling/check-spelling@v0.0.22
uses: check-spelling/check-spelling@v0.0.21
with:
config: .github/actions/spell-check
checkout: true
Expand Down

0 comments on commit 4515006

Please sign in to comment.