lfreleng-actions/String Substitution in File (using sed)
Performs string substitutions using the command-line tool, sed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/file-sed-regex-action@12dd7fca1407a832a3591b544e7e23d5842aabeb # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| flags | Flags to use with SED command | no | -i |
| regex | Search/replace expression | yes | — |
| path | Path to local file to modify | yes | — |
| debug | Enable debugging output | no | — |
Outputs
| name | description |
|---|---|
| exit_status | Exit status of sed command |