Skip to content

docs(readme): point clone badge at the live gist#72

Merged
ucekmez merged 1 commit into
mainfrom
fix/clone-badge-gist-id
Jun 30, 2026
Merged

docs(readme): point clone badge at the live gist#72
ucekmez merged 1 commit into
mainfrom
fix/clone-badge-gist-id

Conversation

@ucekmez

@ucekmez ucekmez commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

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

  • The Clone count badge workflow was dispatched on main and succeeded.
  • The gist now holds real data (via the GitHub API, authoritative): count
    1711, uniques 212, 14 days recorded
    — so your PAT scopes (repo + gist)
    and the GIST_ID variable are all correct.
  • The shields badge with this id renders 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:00
UTC from here on.)

Once merged, the README badge goes live. No CI/wire/schema impact.

🤖 Generated with Claude Code

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>
@ucekmez ucekmez merged commit 77687be into main Jun 30, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant