From 550d8f41630719e551c2d41579ee99df35f2e0dc Mon Sep 17 00:00:00 2001 From: Nathan Vaughn Date: Wed, 25 Sep 2019 22:29:34 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4587cd..ed02978 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Cloudflare Purge Action +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/816b3dfe8bb34c9eb922a638ff6fa3bb)](https://www.codacy.com/manual/NathanVaughn/actions-cloudflare-purge?utm_source=github.com&utm_medium=referral&utm_content=NathanVaughn/actions-cloudflare-purge&utm_campaign=Badge_Grade) This action uses Cloudflare's API to purge their entire cache of your site. +**\*Currently, only purging [ALL files](https://api.cloudflare.com/#zone-purge-all-files) is supported.** + ## Inputs All inputs are pulled from environment variables for security and are required. @@ -61,4 +64,4 @@ right-hand panel. Follow GitHub's [documentation](https://help.github.com/en/articles/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables) to add these values to your repository's secrets. -![](images/secrets.jpg) \ No newline at end of file +![](images/secrets.jpg)