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 81a0f2c commit 3674e6fCopy full SHA for 3674e6f
.github/workflows/spelling.yml
@@ -94,7 +94,7 @@ jobs:
94
id: spelling
95
uses: check-spelling/check-spelling@v0.0.22
96
with:
97
- suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
+ suppress_push_for_open_pull_request: false # ${{ github.actor != 'dependabot[bot]' && 1 }}
98
checkout: true
99
check_file_names: 1
100
spell_check_this: check-spelling/spell-check-this@prerelease
0 commit comments