From 7684a5467807f0cb6d9bd8683bf0042580ae2b2e Mon Sep 17 00:00:00 2001 From: Jai A Date: Wed, 31 Jul 2024 12:55:34 -0700 Subject: [PATCH] fix purge gh action (again) --- .github/workflows/frontend-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-pages.yml b/.github/workflows/frontend-pages.yml index 2496a1296..ac9843450 100644 --- a/.github/workflows/frontend-pages.yml +++ b/.github/workflows/frontend-pages.yml @@ -21,7 +21,7 @@ jobs: - name: Purge cache if: github.ref == 'refs/heads/main' run: | - curl -X \ + curl -X POST \ -H "Authorization: ${{ secrets.CF_API_TOKEN }}" \ -H "Content-Type: application/json" \ --data '{"hosts": ["modrinth.com", "www.modrinth.com"]}' \