actions-marketplace-validations/Replace Variables in String
Replaces variables in the given string.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| instring | The string containing the variable names. | yes | — |
| prefix | The prefix for the variables. | no | "" |
Outputs
| name | description |
|---|---|
| outstring | The string after substituting the variables. |