docs(readme): point clone badge at the live gist#72
Merged
Conversation
Replaces the `__GIST_ID__` placeholder in the clone-count badge URL with the configured gist id (ucekmez/ac633ddad9279deaf1639238c6258057). The placeholder made shields.io fetch a 404, so the badge rendered "resource not found"; it now reads `count` from the gist (0 until the daily workflow populates it). Signed-off-by: Ugur Cekmez <ucekmez@gmail.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Activates the clone-count badge merged in #71. The README still carried the
__GIST_ID__placeholder, so shields.io fetched a 404 and rendered"resource not found". This points the badge URL at the configured gist
(
ucekmez/ac633ddad9279deaf1639238c6258057).Verified working
Clone count badgeworkflow was dispatched onmainand succeeded.1711, uniques 212, 14 days recorded — so your PAT scopes (
repo+gist)and the
GIST_IDvariable are all correct.clones: 1711.(The earlier manual "Run workflow" never actually dispatched — the workflow had
zero runs — so the gist was still the seed
{count:0}. It runs daily at 03:00UTC from here on.)
Once merged, the README badge goes live. No CI/wire/schema impact.
🤖 Generated with Claude Code