webstech/gitgitgadget generate config Action

This is a GitHub action for generating GitGitGadget style config. The input is a model configuration file. It may be a javascript file, typscript converted javascript file or a json file (with a .json extension). The output format may be commonJS, javascript (typescript style) or json. All three formats are supported for subsequent loading by the gitgitgadget utilities. Existing values in the config will be changed by environment variables that match the existing config values.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
formatThe format of the output file. The output format may be commonJS, javascript (typescript style) or json. All three formats are supported for subsequent loading by the gitgitgadget utilities. Valid values are `common`, `ts` or `json`. nocommon
fileThe name of the output configuration file.yes
configModel JSON configuration file.'yes
namedescription
error-messageValidation errors when using `workflow` dispatch.