Files
gocos/action.yml

28 lines
812 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: '上传文件到腾讯云对象存储xiaoqidun'
description: '上传文件到腾讯云对象存储xiaoqidun'
author: 'xiaoqidun'
inputs:
secret_id:
description: 'API密钥管理获得的SecretId'
required: true
secret_key:
description: 'API密钥管理获得的SecretKey'
required: true
bucket_url:
description: '存储桶概览中的访问域名'
required: true
source_path:
description: '构建环境中文件的源位置'
required: true
target_path:
description: '存储桶中文件的目标位置'
required: true
strip_prefix:
description: '从文件的源位置剔除前缀'
required: false
runs:
using: 'docker'
image: 'docker://ccr.ccs.tencentyun.com/xiaoqidun/gocos:latest'
branding:
icon: 'upload-cloud'
color: 'blue'