nguyenvanuyn96/Find and Replace Action
Find and replace a string in your project files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| include | A regular expression of files to include in our find and replace | no | .* |
| exclude | A regular expression of files to exclude in our find and replace | no | .git |
| find | The string we want to replace | yes | — |
| replace | The new string to replace with | yes | — |
Outputs
| name | description |
|---|---|
| modifiedFiles | The number of files which have been modified |