sebymiano/Create Shield Badge
Create a SVG badge using GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| label | The left label of the badge, usually static. | yes | — |
| status | The right status as the badge, usually based on results. | yes | — |
| color | An array (comma separated) with hex or named colors of the badge value background. More than one creates gradient background. | yes | blue |
| label-color | Hex or named color for the label | yes | 555 |
| style | Badge style: flat, flat-square, plastic, for-the-badge, social | yes | flat |
| logo | One of the named logos or simple-icons. See https://simpleicons.org/ for the list of available icons. | no | — |
| logo-color | The color of the logo (hex, rgb, rgba, hsl, hsla and css named colors supported). | no | — |
| path | The file path to store the badge image file. Only output to `badge` action output if undefined. | yes | — |
Outputs
no outputs