step-security/Find-and-replace strings

A GitHub Action that performs find and replace operations on strings.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sourceThe source string to perform find and replace onyes
findThe text to search for within the source stringyes
replaceThe text to replace found occurrences withyes
replaceAllReplace all occurrences (true) or just the first one (false, default)no
namedescription
valueThe resulting string after find and replace operation