From 263b7b1320aa1a0ff0f064aa05e66d360e1a091f Mon Sep 17 00:00:00 2001 From: aboyko Date: Mon, 31 Jul 2023 16:19:17 -0400 Subject: [PATCH] [GHA-Build] debug clear cache script --- .github/workflows/clear_s3_cache.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clear_s3_cache.yml b/.github/workflows/clear_s3_cache.yml index e514645a2..36e34d9f6 100644 --- a/.github/workflows/clear_s3_cache.yml +++ b/.github/workflows/clear_s3_cache.yml @@ -24,4 +24,5 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.TOOLS_S3_SECRET_KEY }} run: | aws cloudfront create-invalidation --distribution-id ECAO9Q8651L8M --paths /release/TOOLS/sts4-language-server-integrations/2023-07-31/* + aws cloudfront list-invalidations --distribution-id ECAO9Q8651L8M ${{ github.workspace }}/.github/scripts/clear-s3-caches.sh ${{ inputs.path }}