Skip to content

Commit

Permalink
fix: use correct variable name in action
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh890 committed Jun 28, 2024
1 parent 3fff580 commit 1c286db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/search-ui-deploy-composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ runs:
- name: Configure AWS credentials from Test account
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::${{ inputs.account-id }}:role/GitHub_Actions_Role
role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/GitHub_Actions_Role
aws-region: us-east-1

- name: Fetch the caller identity
run: |
aws sts get-caller-identity
Expand Down

0 comments on commit 1c286db

Please sign in to comment.