Skip to content

Commit 37fe9a7

Browse files
authored
Merge pull request #1387 from jizusun/patch-1
fix: the wrong example region for China partition in README
2 parents 3d8cba3 + 0d129e7 commit 37fe9a7

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)