https://github.com/koki-develop/hub-purge-action
🧹 Action to clear GitHub image caches.
https://github.com/koki-develop/hub-purge-action
Last synced: 10 months ago
JSON representation
🧹 Action to clear GitHub image caches.
- Host: GitHub
- URL: https://github.com/koki-develop/hub-purge-action
- Owner: koki-develop
- License: mit
- Created: 2023-01-19T12:55:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T14:00:45.000Z (10 months ago)
- Last Synced: 2025-04-01T15:22:45.734Z (10 months ago)
- Language: JavaScript
- Homepage: https://github.com/marketplace/actions/hub-purge
- Size: 464 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hub Purge Action
[](https://github.com/koki-develop/hub-purge-action/releases/latest)
[](./LICENSE)
[](https://github.com/koki-develop/hub-purge-action/actions/workflows/release.yml)
Action to clear GitHub image caches.
# Usage
```yaml
- uses: koki-develop/hub-purge-action@v1
with:
# Repository name with owner.
# default - current repository
repository: koki-develop/koki-develop
# Branch name.
# default - default branch
branch: main
# The path to the file containing the images for which you want to clear the cache.
# Multiple paths can also be specified by separating them with a newline.
# default - "README.md"
path: path/to/README.md
# path: |
# path/to/README.md
# path/to/README.ja.md
```
# LICENSE
[MIT](./LICENSE)