Skip to content

Commit

Permalink
Update markdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 authored Oct 10, 2023
1 parent 09e123c commit dd051eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
use-verbose-mode: 'yes'
file-extension: '.MD'
markdown-spellchecker:
if: ${{ (github.event_name == 'workflow_call' && inputs.enable-spell-check) || github.event_name != 'workflow_call' }}
if: ${{ (github.event_name == 'workflow_call' && inputs.enable-spell-check == true ) || github.event_name != 'workflow_call' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit dd051eb

Please sign in to comment.