Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Oct 12, 2023
1 parent a6670fd commit 608dfd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
version: ${{ inputs.cli_version }}
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
if: inputs.aws_region != "" && inputs.aws_role_arn != ""
if: inputs.aws_region != '' && inputs.aws_role_arn != ''
with:
role-to-assume: ${{ inputs.aws_role_arn }}
aws-region: ${{ inputs.aws_region }}
Expand Down

0 comments on commit 608dfd3

Please sign in to comment.