You've already forked dynamic-badges-action
📝 Add emoji badges
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
[](https://github.com/Schneegans/dynamic-badges-action/actions)
|
[](https://github.com/Schneegans/dynamic-badges-action/actions)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](https://github.com/marketplace/actions/dynamic-badges)
|
[](https://github.com/marketplace/actions/dynamic-badges)
|
||||||
|
[](https://schneegans.github.io/sponsors/)
|
||||||
|
|
||||||
This action allows you to create badges for your README.md with [shields.io](https://shields.io) which may change with every commit. To do this, this action does not need to push anything to your repository!
|
This action allows you to create badges for your README.md with [shields.io](https://shields.io) which may change with every commit. To do this, this action does not need to push anything to your repository!
|
||||||
|
|
||||||
@@ -50,6 +51,11 @@ This mode does not support all features of shields.io but is useful if you canno
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
### Use Emoji!
|
||||||
|
|
||||||
|
Both, JSON and SVG mode support emoji in the label and message.
|
||||||
|
However, this is especially great in SVG mode which does not support icons. Here's an SVG emoji badge which does not use shields.io at all: .
|
||||||
|
|
||||||
## 🛠️ Configuration
|
## 🛠️ Configuration
|
||||||
|
|
||||||
1. Head over to [gist.github.com](https://gist.github.com/) and create a new gist. You can name the file `test.json`, but this can be changed later as well. You will need the ID of the gist (this is the long alphanumerical part of its URL) later.
|
1. Head over to [gist.github.com](https://gist.github.com/) and create a new gist. You can name the file `test.json`, but this can be changed later as well. You will need the ID of the gist (this is the long alphanumerical part of its URL) later.
|
||||||
|
|||||||
Reference in New Issue
Block a user