actions-marketplace-validations/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
- Maintainedlast commit Dec 15, 2025
- License
- GPL 3.0
Pinned Snippet
uses: actions-marketplace-validations/emibcn_badge-action@9f2447e18541303aee750bacaa26a81b2b6f86c2 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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 |