{"id":50700265,"url":"https://github.com/twangodev/camo-buster","last_synced_at":"2026-06-09T09:01:58.430Z","repository":{"id":352304032,"uuid":"1214618302","full_name":"twangodev/camo-buster","owner":"twangodev","description":"GitHub Action to purge stale camo image caches","archived":false,"fork":false,"pushed_at":"2026-04-18T23:26:13.000Z","size":874,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-18T23:30:51.498Z","etag":null,"topics":["cache","camo","cicd","github-actions","image","readme","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/twangodev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-18T20:23:31.000Z","updated_at":"2026-04-18T23:26:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/twangodev/camo-buster","commit_stats":null,"previous_names":["twangodev/camo-buster"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/twangodev/camo-buster","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twangodev%2Fcamo-buster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twangodev%2Fcamo-buster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twangodev%2Fcamo-buster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twangodev%2Fcamo-buster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twangodev","download_url":"https://codeload.github.com/twangodev/camo-buster/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twangodev%2Fcamo-buster/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34098952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cache","camo","cicd","github-actions","image","readme","typescript"],"created_at":"2026-06-09T09:01:57.549Z","updated_at":"2026-06-09T09:01:58.393Z","avatar_url":"https://github.com/twangodev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# camo-buster\n\n[![CI](https://github.com/twangodev/camo-buster/actions/workflows/main.yml/badge.svg)](https://github.com/twangodev/camo-buster/actions/workflows/main.yml)\n[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-camo--buster-blue?logo=github)](https://github.com/marketplace/actions/camo-buster)\n[![Release](https://img.shields.io/github/v/release/twangodev/camo-buster?display_name=tag\u0026sort=semver)](https://github.com/twangodev/camo-buster/releases)\n[![License](https://img.shields.io/github/license/twangodev/camo-buster)](./LICENSE)\n\nA GitHub Action that purges GitHub's camo image cache so README image updates show up immediately instead of sticking around as the stale cached copy.\n\n## Usage\n\n```yaml\n- uses: actions/checkout@v4\n- uses: twangodev/camo-buster@v1.0.0\n```\n\nBy default it scans `README.md`. To scan other files or purge specific URLs:\n\n```yaml\n- uses: twangodev/camo-buster@v1.0.0\n  with:\n    files: |\n      README.md\n      docs/**/*.md\n    urls: |\n      https://example.com/badge.svg\n```\n\n## Inputs\n\n| Name            | Default             | Description                                       |\n| --------------- | ------------------- | ------------------------------------------------- |\n| `files`         | `README.md`         | Newline- or comma-separated markdown globs.       |\n| `urls`          |                     | Explicit image URLs to purge.                     |\n| `repository`    | `github.repository` | `owner/repo` used as the markdown-render context. |\n| `github-token`  | `github.token`      | Token for the markdown-render API.                |\n| `fail-on-error` | `false`             | Fail the step if any PURGE returns non-2xx.       |\n| `concurrency`   | `4`                 | Maximum concurrent PURGE requests.                |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwangodev%2Fcamo-buster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwangodev%2Fcamo-buster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwangodev%2Fcamo-buster/lists"}