actions-marketplace-validations/Find and replace (sub)string Action
Replaces (sub)strings in files. Useful to enrich configs with previous steps artifacts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 4, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/rheuvel89_replace-action@3e5b4d8e13440f0b24dc058803a6c5d796fda759 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| files | Comma-seperated files list to find and replace in | yes | — |
| source | Source string to be found | yes | — |
| replacement | Replacement string to be replaced with | yes | — |
Outputs
no outputs