From a1d4e5e2d98ceae962c34cfa789ff1900d07c6ea Mon Sep 17 00:00:00 2001 From: Ekwuno Date: Thu, 12 May 2022 12:28:52 +0100 Subject: [PATCH] update version of pages action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce3c95a..b641bff 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ GitHub Action for creating Cloudflare Pages deployments, using the new [Direct U # Run a build step here if your project requires - name: Publish to Cloudflare Pages - uses: cloudflare/pages-action@1 + uses: cloudflare/pages-action@v1.0.0 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: YOUR_ACCOUNT_ID