fishmanlabs/Cloudflare Cache Purge
A GitHub Action to purge cache in Cloudflare zones.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_token | Cloudflare API token with the following permissions: Zone.Cache Purge. | yes | — |
| purge_everything | Purge everything from the zone. (true/false) | yes | — |
| purge_files | List of specific files to purge from the zone. Can be combined with other purge options. Ignored if purge_everything is true. | no | — |
| purge_tags | List of specific tags to purge from the zone. Can be combined with other purge options. Ignored if purge_everything is true. (Enterprise only) | no | — |
| purge_hosts | List of specific hosts to purge from the zone. Can be combined with other purge options. Ignored if purge_everything is true. (Enterprise only) | no | — |
| purge_prefixes | List of specific prefixes to purge from the zone. Can be combined with other purge options. Ignored if purge_everything is true. (Enterprise only) | no | — |
| zone_id | Cloudflare Zone ID. | yes | — |
Outputs
no outputs