Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emilymclean/pkl-data-action

Generates final distributable data output from a specified Pkl file
https://github.com/emilymclean/pkl-data-action

github-actions pkl

Last synced: 16 days ago
JSON representation

Generates final distributable data output from a specified Pkl file

Awesome Lists containing this project

README

        

# pkl-data-action
Generates final distributable data output from a specified Pkl file.

## Inputs

| Input | Required | Description | Default |
|-------------------- |---------- |------------------------------------------------------------------------------------------------------------------- |---------- |
| `input-file` | ✅ | The data Pkl file process | |
| `output-file` | ✅ | Where the resulting data will be written to. | |
| `format` | | The data format to use. Acceptable values are:


  • json

  • jsonnet

  • pcf

  • pcf

  • plist

  • properties

  • textproto

  • xml

  • yaml

| json |
| `pkl-version` | | The pkl version to use | 0.27.1 |

## Example usage
```
uses: emilymclean/pkl-data-action@v2
with:
input-file: data.pkl
output-file: data.json
format: json
```