File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
name : Parition (China)
59
59
if : ${{ inputs.partition == 'China' }}
60
60
run : |
61
- echo regions='["cn-north-1", "cn-northwest-1" ]'>> "$GITHUB_OUTPUT"
61
+ echo regions='["cn-north-1"]'>> "$GITHUB_OUTPUT"
62
62
echo partition='aws-cn'>> "$GITHUB_OUTPUT"
63
63
echo aud='sts.amazonaws.com.cn'>> "$GITHUB_OUTPUT"
64
64
- id : regions_govcloud
Original file line number Diff line number Diff line change 55
55
name : Parition (China)
56
56
if : ${{ inputs.partition == 'China' }}
57
57
run : |
58
- echo regions='["cn-north-1", "cn-northwest-1" ]'>> "$GITHUB_OUTPUT"
58
+ echo regions='["cn-north-1"]'>> "$GITHUB_OUTPUT"
59
59
echo partition='aws-cn'>> "$GITHUB_OUTPUT"
60
60
echo aud='sts.amazonaws.com.cn'>> "$GITHUB_OUTPUT"
61
61
- id : regions_govcloud
You can’t perform that action at this time.
0 commit comments