Pkl Data
ActionsGenerates final distributable data output from a specified Pkl file. Based on version 0.25.2 of the Pkl tool/lang
v2.1.7
LatestBy emilymclean
Tags
(1)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
Pkl Data is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.