From 0ea3a20e3d4ce9371898927bfce2e510b6de78c7 Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Tue, 13 Aug 2024 08:10:04 -0500 Subject: [PATCH] wrap strings --- .github/workflows/deploy-next.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-next.yml b/.github/workflows/deploy-next.yml index 2dd107939..6d82fc207 100644 --- a/.github/workflows/deploy-next.yml +++ b/.github/workflows/deploy-next.yml @@ -36,9 +36,9 @@ jobs: uses: reggionick/s3-deploy@v4 with: folder: dist - bucket: ${{ secrets.S3_BUCKET }} - bucket-region: us-east-1 - dist-id: ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} + bucket: "${{ secrets.S3_BUCKET }}" + bucket-region: "${{ secrets.S3_BUCKET_REGION }}" + dist-id: "${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }}" invalidation: / delete-removed: true no-cache: true