Skip to content

Commit

Permalink
fix: restore default case sensitivity (#6)
Browse files Browse the repository at this point in the history
* Fix default case sensitive to true

* Remove extra file change
  • Loading branch information
bbugh authored Jun 21, 2022
1 parent 828b2a2 commit fb3acc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ inputs:
case-sensitive:
description: "Whether the searchable terms passed to `git grep` should be case-sensitive or not."
required: false
default: false
default: true

0 comments on commit fb3acc5

Please sign in to comment.