fabasoad/Data Format Converter Action
GitHub action that converts YAML / JSON / XML / PROPS / Lua data formats interchangeably
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-pattern | Pattern in glob format that would be used to list the files. | yes | — |
| from | Data type of the source files. Possible values: json, xml, yaml, props, lua. Defaults to the type defined by file extension. | no | — |
| to | Data type to be converted to. Possible values: json, xml, yaml, props, lua. | yes | — |
| github-token | GitHub 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 }} |
Outputs
| name | description |
|---|---|
| result-path | The absolute path to the directory with the converted files inside. The name of each converted file is the same as the source file. |