lyqht/Article Count Workflow
Allows you to show the number of articles that you have published on your profile
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| feed_list | Comma separated list of RSS feed urls | yes | — |
| gh_token | GitHub access token with Repo scope | no | ${{ github.token }} |
| redirect_link | Link to redirect user when they click on the badge. If not provided, the badge will not be a clickable. | no | — |
| readme_path | Path of the readme file you want to update | no | README.md |
| comment_tag_name | Override the default comment tag name, if you want to show multiple instances of the action on the same repo | no | ARTICLE_BADGE |
| tag_post_pre_newline | To append with newline or not | no | false |
| badge_style | Style of badge to be applied, refer to Shields.io website for the styles they offer | no | flat-square |
| badge_label | Text to be shown on the left side of the badge (label) | no | blog |
| badge_logo | Logo to be shown on the left side of the badge (label) | no | "" |
| badge_message_suffix | Text to be appended as suffix to the right side of the badge (message). For example, a suffix of 'pieces' will result in a message showing '20 pieces' | no | articles |
| badge_message_bg_color | Background color of the right side of the badge (message). Accepts colors like 'green', hex values like '#F9D3C6' | no | green |
Outputs
no outputs