twangodev/camo-buster

Bust GitHub camo image caches so README and markdown image updates show instantly.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
filesNewline- or comma-separated globs of markdown files to scan for images. Leave empty to skip file scanning.noREADME.md
urlsNewline- or comma-separated list of original (pre-camo) image URLs to purge. These are rendered through the GitHub markdown API to discover their camo URLs.no""
repositoryowner/repo used as the rendering context for the GitHub markdown API.no${{ github.repository }}
github-tokenGitHub token used to call the markdown render API. The default workflow token is sufficient.no${{ github.token }}
fail-on-errorFail the step if any PURGE request returns a non-2xx response.nofalse
concurrencyMaximum number of concurrent PURGE requests.no4
namedescription
purged-countNumber of camo URLs successfully purged.
purged-urlsJSON array of camo URLs that were purged.