emibcn/Badge Action
Create a SVG badge using GitHub Actions and GitHub Workflow CPU time (no 3rd parties servers)
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 | — |
| label-color | Hex or named color for the label | yes | 555 |
| 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 |
| style | Badge style: flat or classic | yes | classic |
| icon | Use icon | no | — |
| icon-width | Set this if icon is not square | no | 13 |
| scale | Set badge scale | yes | 1 |
| path | The file path to store the badge image file. Only output to `badge` action output if undefined. | no | — |
Outputs
| name | description |
|---|---|
| badge | The badge SVG contents |