Purge Cloudflare Zone Cache
Version updated for https://github.com/octivi/cloudflare-cache-purge to version v1.2.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Cloudflare Cache Purge GitHub Action automates the process of clearing cached content in a Cloudflare zone using the Cloudflare API. It supports full cache purges or targeted purges by files, tags, hosts, or URL prefixes, helping developers ensure updated content is served without manual intervention. The action is lightweight, fast, and secure, with minimal dependencies and flexible usage as both a GitHub Action or standalone script.
Release notes
Added
- Add automated GitHub release workflow to publish tagged releases consistently (
23ae46a) (Marcin Engelmann)