Skip to content
copy

GitHub Action

Data Format Converter Action

v0.2.3 Latest version

Data Format Converter Action

copy

Data Format Converter Action

GitHub action that converts YAML / JSON / XML / PROPS data formats interchangeably

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Data Format Converter Action

uses: fabasoad/[email protected]

Learn more about this action in fabasoad/data-format-converter-action

Choose a version

Data format converter action

Stand With Ukraine GitHub release (latest SemVer including pre-releases) functional-tests linting security

Converts data formats interchangeably. The following formats are supported: XML, YAML, JSON, PROPS.

Inputs

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>

Outputs

Name Required Description
output Yes Converted data is in a format defined in to argument

Documentation