Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updating README example #4 to fix @smallfish06 suggestion
  • Loading branch information
LeoDiazL authored Mar 30, 2023
1 parent b4b2de6 commit 6fc5da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Following inputs can be used as `step.with` keys
## Example 4 - Separate AWS login
```yaml
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::${{ env.aws-account-id }}:role/${{ env.aws-assume-role }}
aws-region: ${{ env.aws-region }}
Expand Down

0 comments on commit 6fc5da1

Please sign in to comment.