Generates final distributable data output from a specified Pkl file.
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 | |
pkl-version |
The pkl version to use | 0.27.2 |
uses: emilymclean/pkl-data-action@v2
with:
input-file: data.pkl
output-file: data.json
format: json