Skip to content

Commit

Permalink
Fix default case-sensitive in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
bbugh committed Jun 21, 2022
1 parent fb3acc5 commit 5db47ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: bbugh/action-fixme-check@master # or @ the latest release
with:
terms: 'WIP|FIXME' # optional, defaults to `FIXME`
case-sensitive: false # optional, defaults to `false`
case-sensitive: false # optional, defaults to `true`
```
## Support
Expand Down

0 comments on commit 5db47ef

Please sign in to comment.