actions-marketplace-validations/File Regex Replace
Allows you to perform a regex replace in your repository files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| regex | regex to apply(regex) | yes | — |
| flags | flags of the regex | no | g |
| replacement | replacement string | yes | $1 |
| include | Files to be replaced(regex) | no | .* |
| exclude | Files not to be replaced(regex) | no | .^ |
| encoding | String file encoding | no | utf8 |
| path | Path to the folder to be replaced | no | . |
Outputs
| name | description |
|---|---|
| value | regex replaced in your repository files |