https://github.com/kevincobain2000/action-camo-purge
Github Action to purge githubusercontent camo cache. Purge shield badges and images cache from README.md
https://github.com/kevincobain2000/action-camo-purge
badges cache camo coverage-badge markdown markdown-badges markdown-images shield shieldsio
Last synced: about 2 months ago
JSON representation
Github Action to purge githubusercontent camo cache. Purge shield badges and images cache from README.md
- Host: GitHub
- URL: https://github.com/kevincobain2000/action-camo-purge
- Owner: kevincobain2000
- License: mit
- Created: 2023-09-16T06:57:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-30T06:30:09.000Z (2 months ago)
- Last Synced: 2025-04-30T07:34:40.547Z (2 months ago)
- Topics: badges, cache, camo, coverage-badge, markdown, markdown-badges, markdown-images, shield, shieldsio
- Homepage: https://medium.com/web-developer/purge-githubusercontent-camo-cache-with-this-github-action-f1843fc0bddb
- Size: 7.81 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Github Action to purge githubusercontent camo cache.
Purge shield badges cache from README.md for githubusercontent camo.**Quick Setup:** Simply add a GitHub Action to your workflow.
**Easy:** No arguments required.
**Auto Detect** Just add the action and it will automatically detect the branch and org names.
# Using Action
```yaml
- uses: kevincobain2000/action-camo-purge@v1
```# About
Github shields.io badges are cached by camo.
This action purges the cache for the badges or any other images in `README.md`.Purging camo cache is necessary on regular basis, in order to show the latest values on the shield badges.
This action purges the camo cache for the images in `README.md`, whenever there is a change in the repository on `push` or `pull_request` events, for a branch. It can also be used on a `cron`.
The action picks up the branch names and org names automatically, so no need to pass any arguments.
[Read more about camo](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls)
## CHANGE LOG
v1.0.0 - Initial release