From fe5f931f08aee68e3da24895662d7a41608cd5d9 Mon Sep 17 00:00:00 2001 From: Hyunsoo Kim <884273+movence@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:25:25 -0400 Subject: [PATCH] remove double '$' (#543) --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index f67e1210e7..370c832990 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -83,7 +83,7 @@ jobs: uses: aws-actions/configure-aws-credentials@v2 with: role-to-assume: ${{ secrets.TERRAFORM_AWS_ASSUME_ROLE }} - aws-region: $${{ inputs.TargetRegion }} + aws-region: ${{ inputs.TargetRegion }} - name: Cache binaries id: cached_binaries