Fix clearing mapping1.json cache

This commit is contained in:
Mikołaj Pich 2024-05-12 15:47:44 +02:00
parent 947054b126
commit 62ebe29a37
No known key found for this signature in database

View file

@ -59,7 +59,7 @@ jobs:
url: https://api.cloudflare.com/client/v4/zones/0dd93531047ba376c2a1167f841c2bfd/purge_cache
headers: ${{ secrets.custom_headers }}
bearer-token: ${{ secrets.bearer_token }}
body: '{"files": ["https://messages.wulkanowy.net.pl/", "https://messages.wulkanowy.net.pl/v1.json"]}'
body: '{"files": ["https://messages.wulkanowy.net.pl/", "https://messages.wulkanowy.net.pl/v1.json", "https://messages.wulkanowy.net.pl/mapping1.json"]}'
accept: 200
log-response: false
retries: 3