rjeczalik/refmt
Action for reformatting files and values HCL ⇄ JSON ⇄ YAML ⇄ ENV.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Apr 8, 2022
- License
- Apache 2.0
Pinned Snippet
uses: rjeczalik/refmt-action@cc337f50a2508c0e97907ff94dca1f57653da579 # v1.2.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| input | Structured value or document. | yes | — |
| mixin | Structured value or document to be merged with the input. | yes | — |
| prefix | Preprends the provided string to every key-value pair. | no | — |
| output_file | Path to the file the output should be written to. | no | — |
| type | Operation type. | no | refmt |
| encoding | Encoding of the output. | no | yaml |
Outputs
| name | description |
|---|---|
| output | Reformatted input value. |