From a7db32049bdbdeb7498c3efe5feb8ff8e04aae13 Mon Sep 17 00:00:00 2001 From: aboyko Date: Fri, 29 Sep 2023 13:46:36 -0400 Subject: [PATCH] GHA: correction - draft upload of nightly-distributions page --- .github/scripts/clear-s3-caches-file.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/clear-s3-caches-file.sh b/.github/scripts/clear-s3-caches-file.sh index b9c8a9bc5..41abe0dbe 100755 --- a/.github/scripts/clear-s3-caches-file.sh +++ b/.github/scripts/clear-s3-caches-file.sh @@ -22,6 +22,6 @@ curl -X DELETE "https://api.cloudflare.com/client/v4/zones/${CLOUDFLARE_ZONE_ID} -H "X-Auth-Email: spring-sysadmin@pivotal.io" \ -H "Authorization: Bearer ${CLOUDFLARE_CACHE_TOKEN}" \ -H "Content-Type: application/json" \ - --data "{\"files\": [ \"s3://dist.springsource.com/${file}\" ] }" + --data "{\"files\": [ \"http://dist.springsource.com/${file}\" ] }"