From b260aed74011388d341d9cd5199e543cac6d57af Mon Sep 17 00:00:00 2001 From: Jesse Claven Date: Wed, 28 Aug 2024 15:28:39 +0100 Subject: [PATCH] ci: Trick cache for action param --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 00b4d12..38b3da4 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -45,9 +45,9 @@ jobs: - name: Configuring AWS Credentials uses: aws-actions/configure-aws-credentials@v1 with: + aws-region: ${{ secrets.UNIT_TESTS_AWS_REGION }} aws-access-key-id: ${{ secrets.UNIT_TESTS_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.UNIT_TESTS_AWS_SECRET_ACCESS_KEY }} - aws-region: ${{ secrets.UNIT_TESTS_AWS_REGION }} - name: Set Dynamic Bucket Names run: |