From e9c3966cedb5b5c98e1d936ce078d1dc231eeedc Mon Sep 17 00:00:00 2001 From: iou90 Date: Tue, 14 Sep 2021 18:56:53 +0800 Subject: [PATCH] :memo: Modify readme --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3ac1485..d5f16b0 100644 --- a/README.md +++ b/README.md @@ -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: | @@ -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}} ```