Skip to content

Commit

Permalink
remove double '$' (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
movence authored Oct 9, 2023
1 parent d1a0ae1 commit fe5f931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe5f931

Please sign in to comment.