diskuv/Distribute dk modules
Distribute your dk modules in your GitHub Action workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dk-version | The version of the dk build system to use. The default is the latest version. | no | 2.5 |
| id | The library and version of your distribution. Ex. CommonsBase_Std@1.0.1. The version must be valid semver. Any semver build metadata (a "+" and [0-9A-Za-z-] characters) is stripped. | no | — |
| pubkey | Your public key for the distribution version. | no | — |
| seckey | Your secret key for the distribution version. | no | — |
| objects | The objects to build, separated by newlines or commas. Each object is SLOT:MODULE@VERSION. Example: Release.Agnostic:SomeTest_Std.Form@1.0.0 | no | — |
| scripts | The script modules to build, separated by newlines or commas. Each script module is MODULE@VERSION. Example: SomeTest_Std.Rules@1.0.0 | no | — |
| use-cache | Whether to cache value stores and trace stores between runs. | no | false |
| options | Options to pass to `dk` and/or `dk0`. Default is `-I etc/dk/v` | no | -I etc/dk/v |
| experimental-mlfront-ref | Use the bleeding edge of https://gitlab.com/dkml/build-tools/MlFront.git. Do not use for production. | no | false |
Outputs
no outputs