From 14bd0d5524acc849f83882d6d6744e5489693f58 Mon Sep 17 00:00:00 2001 From: Dmytro Vorotyntsev <2937451+vorotech@users.noreply.github.com> Date: Tue, 21 Dec 2021 19:07:35 +0100 Subject: [PATCH] s3_upload workflow typo fixed (#16729) --- .github/workflows/s3_upload.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/s3_upload.yml b/.github/workflows/s3_upload.yml index 210a9db7f..d40a5595f 100644 --- a/.github/workflows/s3_upload.yml +++ b/.github/workflows/s3_upload.yml @@ -37,7 +37,7 @@ jobs: if: github.repository_owner == 'trustwallet' && github.event_name == 'push' && steps.filter.outputs.paths != '' uses: chetan/invalidate-cloudfront-action@v2 env: - PATHS: ${{ steps.filter.outputs.paths }}" + PATHS: ${{ steps.filter.outputs.paths }} DISTRIBUTION: ${{ secrets.AWS_DISTRIBUTION }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}