fix purge gh action (again)

This commit is contained in:
Jai A
2024-07-31 12:55:34 -07:00
parent 51f3174609
commit 7684a54678

View File

@@ -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"]}' \