Skip to content

Commit

Permalink
chore: update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fangbinwei committed Aug 8, 2020
1 parent d3181b4 commit 0cf118b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'aliyun-oss-website-action'
description: 'Deploy your website on aliyun OSS'
description: 'Deploy your static website on aliyun OSS'
author: 'Binwei Fang <[email protected]>'
branding:
icon: 'upload'
Expand All @@ -23,7 +23,7 @@ inputs:
cname:
description: '`true` to identify the endpoint is your custom domain.'
required: false
default: false
default: 'false'
indexPage:
description: 'index page'
required: false
Expand Down Expand Up @@ -59,4 +59,4 @@ runs:
HTML_CACHE_CONTROL: ${{ inputs.htmlCacheControl }}
IMAGE_CACHE_CONTROL: ${{ inputs.imageCacheControl }}
OTHER_CACHE_CONTROL: ${{ inputs.otherCacheControl }}


0 comments on commit 0cf118b

Please sign in to comment.