Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cssnr/cloudflare-purge-cache-action
Cloudflare Purge Cache Action
https://github.com/cssnr/cloudflare-purge-cache-action
actions
Last synced: 6 days ago
JSON representation
Cloudflare Purge Cache Action
- Host: GitHub
- URL: https://github.com/cssnr/cloudflare-purge-cache-action
- Owner: cssnr
- License: gpl-3.0
- Created: 2023-09-02T23:26:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-27T07:44:17.000Z (4 months ago)
- Last Synced: 2024-07-27T08:40:24.568Z (4 months ago)
- Topics: actions
- Language: Python
- Homepage: https://cssnr.github.io
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Tags](https://img.shields.io/github/actions/workflow/status/cssnr/cloudflare-purge-cache-action/tags.yaml?logo=github&logoColor=white&label=tags)](https://github.com/cssnr/cloudflare-purge-cache-action/actions/workflows/tags.yaml)
[![Test](https://img.shields.io/github/actions/workflow/status/cssnr/cloudflare-purge-cache-action/test.yaml?logo=github&logoColor=white&label=test)](https://github.com/cssnr/cloudflare-purge-cache-action/actions/workflows/test.yaml)
[![GitHub Release Version](https://img.shields.io/github/v/release/cssnr/cloudflare-purge-cache-action?logo=github)](https://github.com/cssnr/cloudflare-purge-cache-action/releases/latest)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/cssnr/cloudflare-purge-cache-action?logo=github&logoColor=white&label=updated)](https://github.com/cssnr/cloudflare-purge-cache-action/graphs/commit-activity)
[![Codeberg Last Commit](https://img.shields.io/gitea/last-commit/cssnr/cloudflare-purge-cache-action/master?gitea_url=https%3A%2F%2Fcodeberg.org%2F&logo=codeberg&logoColor=white&label=updated)](https://codeberg.org/cssnr/cloudflare-purge-cache-action)
[![GitHub Top Language](https://img.shields.io/github/languages/top/cssnr/cloudflare-purge-cache-action?logo=htmx&logoColor=white)](https://github.com/cssnr/cloudflare-purge-cache-action)
[![GitHub Org Stars](https://img.shields.io/github/stars/cssnr?style=flat&logo=github&logoColor=white)](https://cssnr.github.io/)
[![Discord](https://img.shields.io/discord/899171661457293343?logo=discord&logoColor=white&label=discord&color=7289da)](https://discord.gg/wXy6m2X8wY)# Cloudflare Purge Cache Action
Purge Cloudflare Cache for a Domain or list of Domains.
For more details see: [action.yaml](action.yaml) and [src/main.py](src/main.py).
- [Inputs](#Inputs)
- [Examples](#Examples)
- [Support](#Support)
- [Contributing](#Contributing)## Inputs
| input | required | default | description |
| ------- | -------- | ------- | -------------------- |
| token | **Yes** | - | Cloudflare API Token |
| domains | **Yes** | - | Domain(s) to Purge |```yaml
- name: 'Purge Cache'
uses: cssnr/cloudflare-purge-cache-action@master
with:
token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
domains: example.com
```## Examples
```yaml
name: 'Test Purge Cache'on:
push:jobs:
test:
name: 'Test'
runs-on: ubuntu-latest
timeout-minutes: 5steps:
- name: 'Purge Cache'
uses: cssnr/cloudflare-purge-cache-action@master
with:
token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
domains: |
example.com
test.example.com
```# Support
For general help or to request a feature, see:
- Q&A Discussion: https://github.com/cssnr/portainer-stack-deploy-action/discussions/categories/q-a
- Request a Feature: https://github.com/cssnr/portainer-stack-deploy-action/discussions/categories/feature-requestsIf you are experiencing an issue/bug or getting unexpected results, you can:
- Report an Issue: https://github.com/cssnr/portainer-stack-deploy-action/issues
- Chat with us on Discord: https://discord.gg/wXy6m2X8wY
- Provide General
Feedback: [https://cssnr.github.io/feedback/](https://cssnr.github.io/feedback/?app=Portainer%20Stack%20Deploy)# Contributing
Currently, the best way to contribute to this project is to star this project on GitHub.
Additionally, you can support other GitHub Actions I have published:
- [VirusTotal Action](https://github.com/cssnr/virustotal-action)
- [Update Version Tags Action](https://github.com/cssnr/update-version-tags-action)
- [Update JSON Value Action](https://github.com/cssnr/update-json-value-action)
- [Parse Issue Form Action](https://github.com/cssnr/parse-issue-form-action)
- [Mirror Repository Action](https://github.com/cssnr/mirror-repository-action)
- [Portainer Stack Deploy](https://github.com/cssnr/portainer-stack-deploy-action)
- [Mozilla Addon Update Action](https://github.com/cssnr/mozilla-addon-update-action)For a full list of current projects to support visit: [https://cssnr.github.io/](https://cssnr.github.io/)