actions-marketplace-validations/Substitute String
Substitute or replace a string from a text or a file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| _input-text | The plain input text. This will take precendence if `_input-file` is also specified. | no | — |
| _input-file | The file to read as input. `_input-text` will take precedence if it is specified. | no | — |
| _output-file | The file to write after substitutions. | no | — |
| _format-key | Formats a key before replacing. Use the word `key` to refer to the substitute key. Visit the README for examples. | no | — |
Outputs
| name | description |
|---|---|
| result | The result string after substitutions. |