forked from bonaysoft/uptoc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
30 lines (28 loc) · 785 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: 'Uptoc Action'
description: 'Publish your static files, support oss,cos,qiniu,aws s3,google storage'
author: 'saltbo <saltbo@foxmail.com>'
branding:
color: 'blue'
icon: 'arrow-up-circle'
inputs:
driver:
description: 'specify driver for the cloud platform'
required: true
region:
description: 'specify region of the cloud platform'
required: true
bucket:
description: 'specify bucket name of the cloud platform'
required: true
exclude:
description: 'specify exclude the given comma separated directories'
required: false
dist:
description: 'specify dist of the local directory'
required: true
saveroot:
description: 'specify remote path for the files'
required: false
runs:
using: 'docker'
image: 'Dockerfile'