actions-marketplace-validations/YAML/JSON/XML Converter Action (Deprecated)
Please use "Data Format Converter Action" instead.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the file | yes | — |
| from | Format of a file. Possible values: json, xml, yaml. | yes | — |
| to | Format of a file as a result. Possible values: json, xml, yaml. | yes | — |
Outputs
| name | description |
|---|---|
| data | Content of a file in a format that is defined in format_to argument. |