alexrogalskiy/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: alexrogalskiy/github-action-tag-replacer@7db591ed4ef4704040a6b4db02e9caf1698d9b68 # v2.0.1tags 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 |