GitHub Action
Data Format Converter Action
v0.2.3
Latest version
Converts data formats interchangeably. The following formats are supported: XML, YAML, JSON, PROPS.
Name | Required | Description | Possible values |
---|---|---|---|
input | Yes | Path to the file to be converted | <Path> |
from | Yes | Format of a data in input file |
json , xml , yaml , props |
to | Yes | Format of a data as a result | json , xml , yaml , props |
token | No | The GitHub token or personal access token | <token> |
Name | Required | Description |
---|---|---|
output | Yes | Converted data is in a format defined in to argument |