fabasoad/Data Format Converter Action

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

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
source-patternPattern in glob format that would be used to list the files. yes
fromData type of the source files. Possible values: json, xml, yaml, props, lua. Defaults to the type defined by file extension. no
toData type to be converted to. Possible values: json, xml, yaml, props, lua. yes
github-tokenGitHub token that is used to send requests to GitHub API such as downloading asset. Defaults to the token provided by GitHub Actions environment. no${{ github.token }}
namedescription
result-pathThe absolute path to the directory with the converted files inside. The name of each converted file is the same as the source file.