Skip to content

Commit

Permalink
📝 Modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
iou90 committed Sep 14, 2021
1 parent 5cfcd3e commit e9c3966
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,9 @@ steps:
id: getCdnDomainConfigs
with:
accessKeyId: your key id
accessSecret: your key secret
appSecret: your key secret
action: DescribeCdnDomainConfigs
parameters:
[
{'key': 'DomainName', 'value': 'xxx.xxx.com'},
{'key': 'FunctionNames', 'value': 'back_to_origin_url_rewrite'}
]
parameters: '[ { "key": "DomainName", "value": "square.bybutter.com" }, { "key": "FunctionNames", "value": "back_to_origin_url_rewrite" }, ]'
- name: Set Cdn Action Parameters
id: setCdnAction
run: |
Expand All @@ -60,7 +56,7 @@ steps:
uses: iou90/aliCdn
with:
accessKeyId: your key id
accessSecret: your key secret
appSecret: your key secret
action: BatchSetCdnDomainConfig
parameters: {{steps.setCdnAction.parameters}}
parameters: ${{steps.setCdnAction.parameters}}
```

0 comments on commit e9c3966

Please sign in to comment.