We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0a2c0a commit 7f9be5aCopy full SHA for 7f9be5a
.github/workflows/layers_partitions.yml
@@ -55,7 +55,7 @@ jobs:
55
name: Parition (China)
56
if: ${{ inputs.partition == 'China' }}
57
run: |
58
- echo regions='["cn-north-1"]'>> "$GITHUB_OUTPUT"
+ echo regions='["cn-north-1", "cn-northwest-1"]'>> "$GITHUB_OUTPUT"
59
echo partition='aws-cn'>> "$GITHUB_OUTPUT"
60
echo aud='sts.amazonaws.com.cn'>> "$GITHUB_OUTPUT"
61
- id: regions_govcloud
0 commit comments