Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damienaicheh/icon-badge-action


https://github.com/damienaicheh/icon-badge-action

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Icon badge action

This action add a badge to your icons.

## Basic usage

```yaml
- name: Icon badge
uses: damienaicheh/[email protected]
with:
images-path: '/your-icon.png'
```

And you will get this banner on your icon:

![Icon badge](docs/icon-demo.png)

## Tutorial

More details are available in my blob post:

##### English version :
[https://damienaicheh.github.io/github/actions/2022/02/16/add-badge-icons-using-github-actions-en](https://damienaicheh.github.io/github/actions/2022/02/16/add-badge-icons-using-github-actions-en.html)

##### French version :
[https://damienaicheh.github.io/github/actions/2022/02/16/add-badge-icons-using-github-actions-fr](https://damienaicheh.github.io/github/actions/2022/02/16/add-badge-icons-using-github-actions-fr.html)