actions-marketplace-validations/Tag Replacer
Automatically replaces tags in files by provided parameters
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 24, 2021
- License
- GPL 3.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/alexrogalskiy_github-action-tag-replacer@904e2924530c8af55c9b4f8f88e64acf85f8079d # no releases — HEAD as of 2026-07-15tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| sourceData | JSON data source with action parameters | no | — |
| prefix | String data to prepend before replacement | no | — |
| suffix | String data to append after replacement | no | — |
| sourceFile | Input source file to replace in | yes | — |
| placeholder | String placeholder or regex to replace by | yes | — |
| replacement | String data to replace with | yes | — |
Outputs
| name | description |
|---|---|
| changed | File processing operation status |