actions-marketplace-validations/Find Strings
Find a string in your project files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 15, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/nguyenvanuyn96_str-find-action@77006965cef10f4a7c76da0958cfd399f7a97faa # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| include | A regular expression of files to include in our find string action | no | .* |
| exclude | A regular expression of files to exclude in our find string action | no | .git |
| find | The string we want to find | yes | — |
Outputs
| name | description |
|---|---|
| fileFoundCount | The number of files which have been found |
| resultArray | The list of string which have been found |