You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
428 B
YAML
20 lines
428 B
YAML
2 years ago
|
name: 'upyun-upx-action'
|
||
|
author: 'YaoKun <yaokun@bwcxtech.com>'
|
||
|
description: 'Deploy your files to upyun using upyun-upx.'
|
||
|
inputs:
|
||
|
UP_BUCKET:
|
||
|
description: '服务名'
|
||
|
required: true
|
||
|
UP_OPERATOR:
|
||
|
description: '操作员'
|
||
|
required: true
|
||
|
UP_OPERATOR_PASSWORD:
|
||
|
description: '操作员密码'
|
||
|
required: true
|
||
|
runs:
|
||
|
using: 'docker'
|
||
|
image: 'Dockerfile'
|
||
|
branding:
|
||
|
color: 'blue'
|
||
|
icon: 'upload-cloud'
|