article-count-workflow
This GitHub action workflow aims to help you to create an article badge counter like this to showcase on your profile that you are more than just a developer
The default badge looks something like this.
What it does
This workflow is a composite action:
- The number of articles is retrieved using the blog-post-workflow action.
- The badge is generated using Shields.io, which are not clickable by default.
- This action has a script to take in your inputs to create a customized clickable badge.
- The commit and push github actions to your repo are performed by the git-auto-commit workflow
How to use
If you are new to GitHub Actions, refer to this section. Otherwise, you can get started by referring to to the example given and the input options available.
Example
This is an exampleโฆ