diff --git a/.github/workflows/akamai-purge-cache.yml b/.github/workflows/akamai-purge-cache.yml index 02f1985d9..6f4e70b65 100644 --- a/.github/workflows/akamai-purge-cache.yml +++ b/.github/workflows/akamai-purge-cache.yml @@ -35,7 +35,8 @@ jobs: role-skip-session-tagging: true - name: Akamai Cache Purge via CLI run: | - 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\//' | akamai purge invalidate + 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\//' + akamai purge invalidate https://cdn.spring.io/spring-tools/snapshot/STS4/nightly-distributions.html - name: Remove .edgerc file if: ${{ always() }} run: |