Skip to content

Commit 5db47ef

Browse files
committed
Fix default case-sensitive in the README
1 parent fb3acc5 commit 5db47ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: bbugh/action-fixme-check@master # or @ the latest release
3535
with:
3636
terms: 'WIP|FIXME' # optional, defaults to `FIXME`
37-
case-sensitive: false # optional, defaults to `false`
37+
case-sensitive: false # optional, defaults to `true`
3838
```
3939
4040
## Support

0 commit comments

Comments
 (0)