Skip to content

Commit bca7d38

Browse files
authored
docs: fix the wrong example region for China partitation
1 parent 3bb878b commit bca7d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ You can specify the audience through the `audience` input:
296296
uses: aws-actions/[email protected]
297297
with:
298298
audience: sts.amazonaws.com.cn
299-
aws-region: us-east-3
299+
aws-region: cn-northwest-1
300300
role-to-assume: arn:aws-cn:iam::123456789100:role/my-github-actions-role
301301
```
302302

0 commit comments

Comments
 (0)