Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damienaicheh/icon-badge-action
https://github.com/damienaicheh/icon-badge-action
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/damienaicheh/icon-badge-action
- Owner: damienaicheh
- Created: 2022-02-16T16:47:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T08:36:56.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T16:55:46.988Z (2 months ago)
- Language: Shell
- Size: 92.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)