actions-marketplace-validations/Workflow dynamic input stringifier
This custom action will transform input to stringified output to use it as input to matrix
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| input | provide all input variables in object key-value structure, , if value has commas it will be converted to array | — | — |
| inputToRatainCommas | provide all input variables in object key-value structure, value can have commas which will not be converted to arrays | — | — |
| schema | provide schema to transform input into. Make sure it is wrapped in '' single quotaion | yes | — |
Outputs
| name | description |
|---|---|
| stringifiedVersion | This is transformed iput to stringified version |