From 5eeaef6dfe3e20605475bf615ad35e96f30e0856 Mon Sep 17 00:00:00 2001 From: aboyko Date: Tue, 14 Nov 2023 20:14:50 -0500 Subject: [PATCH] GHA: Test Akamai purge cache --- .github/workflows/akamai-purge-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/akamai-purge-cache.yml b/.github/workflows/akamai-purge-cache.yml index 885e1d6e8..618d975ab 100644 --- a/.github/workflows/akamai-purge-cache.yml +++ b/.github/workflows/akamai-purge-cache.yml @@ -25,4 +25,4 @@ jobs: role-skip-session-tagging: true - name: Akamai Cache Purge via CLI run: | - aws s3 ls s3://tools-spring-io/${{ inputs.path }} --recursive | sed -e 's/^/https:\/\/cdn.spring.io\/spring-tools\//' + aws s3 ls s3://tools-spring-io/${{ inputs.path }} --recursive | awk '{$1=$2=$3=""; print $0}' | sed -e 's/^[ \t]*/https:\/\/cdn.spring.io\/spring-tools\//'