callmekatootie/Carbonate

Generate beautiful images for code blocks present in issues

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
github-tokenThe GITHUB_TOKEN. Will read off the environment variable by defaultno${{ github.token }}
imgur-client-idAll images are hosted on Imgur. Thus, provide your Imgur app client idyes
use-prettierShould the code block be formatted using prettier? Pass String `true` or String `false`. Default is `true`notrue
prettier-parserThis is read only if `use-prettier` is set to `true`. This is the parser to use with Prettier. Default value is babelnobabel
prettier-optionsThis is read only if `use-prettier` is set to `true`. This is the Prettier options object, as a JSON string. Default values are the ones defined by Prettier itself. Check out their documentationno
carbon-optionsThe Carbon options object, as a JSON string. See `https://github.com/petersolopov/carbonara#post-apicook` for a list of supported options. Ignores the `code` property though. For default values, please check out the constants.js file in the source code of this actionno

no outputs