You've already forked AstralRinth
forked from didirus/AstralRinth
fix purge gh action (again)
This commit is contained in:
2
.github/workflows/frontend-pages.yml
vendored
2
.github/workflows/frontend-pages.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Purge cache
|
- name: Purge cache
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
run: |
|
run: |
|
||||||
curl -X \
|
curl -X POST \
|
||||||
-H "Authorization: ${{ secrets.CF_API_TOKEN }}" \
|
-H "Authorization: ${{ secrets.CF_API_TOKEN }}" \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
--data '{"hosts": ["modrinth.com", "www.modrinth.com"]}' \
|
--data '{"hosts": ["modrinth.com", "www.modrinth.com"]}' \
|
||||||
|
|||||||
Reference in New Issue
Block a user