docs: fix the wrong example region for China partitation

This commit is contained in:
Jizu Sun 2025-06-17 16:27:48 +08:00 committed by GitHub
commit bca7d38ca4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -296,7 +296,7 @@ You can specify the audience through the `audience` input:
uses: aws-actions/configure-aws-credentials@v4.1.0
with:
audience: sts.amazonaws.com.cn
aws-region: us-east-3
aws-region: cn-northwest-1
role-to-assume: arn:aws-cn:iam::123456789100:role/my-github-actions-role
```