devapro/String replace action
Find specific string in the file and replace it with another string
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file-path | File path where changes should be done | yes | — |
| search | String that should be replaced | yes | — |
| replace | New string | yes | "" |
| replace-all | Replace whole string with new value | — | false |
Outputs
no outputs