From 09242f526dba1178049a6d6fb748c4cac0a2d96e Mon Sep 17 00:00:00 2001 From: Jizu Sun Date: Tue, 17 Jun 2025 16:27:48 +0800 Subject: [PATCH] docs: fix the wrong example region for China partitation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c78c4..1a96120 100644 --- a/README.md +++ b/README.md @@ -309,7 +309,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 ```