michpohl/Concatenate strings with separator
Concatenates two strings with an optional separator and exposes them as an env var
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| first | Your first string | yes | — |
| second | Your second string | yes | — |
| separator | A string to put between the first and second provided strings | no | — |
| output-var-name | The name of the output env var | yes | — |
Outputs
no outputs