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 2d2373e commit 4d0de7bCopy full SHA for 4d0de7b
README.md
@@ -16,4 +16,4 @@ Example use:
16
search: "# [a-zA-Z0-9]"
17
```
18
19
-© 2023 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)
+© 2024 GitHub • [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) • [MIT License](https://gh.io/mit)
action.yml
@@ -31,7 +31,7 @@ runs:
31
# So that its still a single \ in bash
32
33
echo "Check that $FILE includes $SEARCH"
34
- if grep --extended-regexp "$SEARCH" -- $FILE
+ if grep --perl-regexp "$SEARCH" -- $FILE
35
then
36
echo "Found $SEARCH in $FILE"
37
else
0 commit comments