step-security/Find-and-replace strings
A GitHub Action that performs find and replace operations on strings.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | The source string to perform find and replace on | yes | — |
| find | The text to search for within the source string | yes | — |
| replace | The text to replace found occurrences with | yes | — |
| replaceAll | Replace all occurrences (true) or just the first one (false, default) | no | — |
Outputs
| name | description |
|---|---|
| value | The resulting string after find and replace operation |