actions-marketplace-validations/Carbonate
Generate beautiful images for code blocks present in issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GITHUB_TOKEN. Will read off the environment variable by default | no | ${{ github.token }} |
| imgur-client-id | All images are hosted on Imgur. Thus, provide your Imgur app client id | yes | — |
| use-prettier | Should the code block be formatted using prettier? Pass String `true` or String `false`. Default is `true` | no | true |
| prettier-parser | This is read only if `use-prettier` is set to `true`. This is the parser to use with Prettier. Default value is babel | no | babel |
| prettier-options | This 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 documentation | no | — |
| carbon-options | The 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 action | no | — |
Outputs
no outputs