Skip to content

Commit

Permalink
Update spelling.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored Aug 1, 2024
1 parent da1edd9 commit 5fc0b59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
steps:
- name: check-spelling
id: spelling
uses: check-spelling/check-spelling@prerelease
uses: check-spelling/check-spelling@8b63ad52f62f9c28efb41d0ac54e24d794d33b05
with:
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
checkout: true
Expand All @@ -119,7 +119,7 @@ jobs:
if: (success() || failure()) && needs.spelling.outputs.followup && github.event_name == 'push'
steps:
- name: comment
uses: check-spelling/check-spelling@prerelease
uses: check-spelling/check-spelling@8b63ad52f62f9c28efb41d0ac54e24d794d33b05
with:
checkout: true
spell_check_this: check-spelling/spell-check-this@prerelease
Expand All @@ -137,7 +137,7 @@ jobs:
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
steps:
- name: comment
uses: check-spelling/check-spelling@prerelease
uses: check-spelling/check-spelling@8b63ad52f62f9c28efb41d0ac54e24d794d33b05
with:
checkout: true
spell_check_this: check-spelling/spell-check-this@prerelease
Expand All @@ -161,7 +161,7 @@ jobs:
cancel-in-progress: false
steps:
- name: apply spelling updates
uses: check-spelling/check-spelling@prerelease
uses: check-spelling/check-spelling@8b63ad52f62f9c28efb41d0ac54e24d794d33b05
with:
experimental_apply_changes_via_bot: 1
checkout: true
Expand Down

0 comments on commit 5fc0b59

Please sign in to comment.