modified: .github/workflows/patch_v6.yml

modified:   .github/workflows/patch_v7.yml
This commit is contained in:
elseif 2026-07-14 20:42:28 +08:00
parent a9b8746917
commit 7b6f03adc5
2 changed files with 2 additions and 2 deletions

View File

@ -512,7 +512,7 @@ jobs:
- name: Clear Cloudflare cache - name: Clear Cloudflare cache
if: needs.Prepare_Patch.outputs.RELEASE == 'true' if: needs.Prepare_Patch.outputs.RELEASE == 'true'
run: | run: |
curl --request POST --url "https://api.cloudflare.com/client/v4/zones/096723464400de10b6eb85028baa8372/purge_cache" \ curl --request POST --url "https://api.cloudflare.com/client/v4/zones/fe6831ed6dc9e6235e69ef2a31f2e7fe/purge_cache" \
--header "Authorization: Bearer 9GDQkzU51QXaqzp1qMjyFKpyeJyOdnNoG9GZQaGP" \ --header "Authorization: Bearer 9GDQkzU51QXaqzp1qMjyFKpyeJyOdnNoG9GZQaGP" \
--header "Content-Type:application/json" \ --header "Content-Type:application/json" \
--data '{"purge_everything": true}' --data '{"purge_everything": true}'

View File

@ -932,7 +932,7 @@ jobs:
- name: Clear Cloudflare cache - name: Clear Cloudflare cache
if: needs.Prepare_Patch.outputs.RELEASE == 'true' if: needs.Prepare_Patch.outputs.RELEASE == 'true'
run: | run: |
curl --request POST --url "https://api.cloudflare.com/client/v4/zones/096723464400de10b6eb85028baa8372/purge_cache" \ curl --request POST --url "https://api.cloudflare.com/client/v4/zones/fe6831ed6dc9e6235e69ef2a31f2e7fe/purge_cache" \
--header "Authorization: Bearer 9GDQkzU51QXaqzp1qMjyFKpyeJyOdnNoG9GZQaGP" \ --header "Authorization: Bearer 9GDQkzU51QXaqzp1qMjyFKpyeJyOdnNoG9GZQaGP" \
--header "Content-Type:application/json" \ --header "Content-Type:application/json" \
--data '{"purge_everything": true}' --data '{"purge_everything": true}'