actions-marketplace-validations/Purge Fastly cache
GitHub Actions to purge Fastly cache by surrogate key or URL.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| api-token | API token of Fastly | yes | — |
| service-id | Service ID to purge. Required for `surrogate-key` target. | no | "" |
| soft | If false, the affected object will be inaccessible rather than marked as stale. | — | true |
| target | Target to purge. Currently only `surrogate-key` and `single-url` are supported. | yes | — |
| keys | Surrogate keys to delete. Required if the target is `surrogate-key`. | no | "" |
| url | Cached URL to purge. Required if the target is `single-url`. | no | "" |
| debug | debug key | — | false |
Outputs
no outputs