Skip to content

Generates final distributable data output from a specified Pkl file

License

Notifications You must be signed in to change notification settings

emilymclean/pkl-data-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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.2

Example usage

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

About

Generates final distributable data output from a specified Pkl file

Topics

Resources

License

Stars

Watchers

Forks