Skip to content

Generates final distributable data output from a specified Pkl file. Based on version 0.26.0 of the Pkl tool/lang.

License

Notifications You must be signed in to change notification settings

BenMMcLean/PklData

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

PklData Action

Generates final distributable data output from a specified Pkl file. Based on version 0.26.0 of the Pkl tool/lang.

Inputs

input-file

Required The data Pkl file

output-file

Required Where the resulting data will be written to.

format

The data format to use. Default json. Acceptable values are:

  • json
  • jsonnet
  • pcf
  • plist
  • properties
  • textproto
  • xml
  • yaml

Example usage

uses: BenMMcLean/PklData@v1
with:
  input-file: data.pkl
  output-file: data.json
  format: json

About

Generates final distributable data output from a specified Pkl file. Based on version 0.26.0 of the Pkl tool/lang.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published