From 95aed48d5a30bf7aef50d131005496d3c7e635cc Mon Sep 17 00:00:00 2001 From: Tim Osborn Date: Wed, 11 May 2022 21:14:32 +1000 Subject: [PATCH] Fix action config `uses` syntax Closes #3 According to: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsuses --- 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