Files
setup-ossutil/action.yml
Rimo 7771e4ad5d Download ossutil from CDN endpoint (#30)
* use cdn to download

* set default version to 1.7.14

* schedule daily test

* bump up version 1.1.1

* use 'latest' in CI test
2022-09-28 22:49:06 +08:00

27 lines
686 B
YAML

name: 'Setup OSSUTIL environment'
description: 'Download and config Alibaba Cloud OSSUTIL'
author: 'Rimo'
inputs:
ossutil-version:
description: 'The OSSUTIL version to download and use'
required: false
default: '1.7.14'
endpoint:
description: 'The endpoint of your bucket'
required: true
access-key-id:
description: 'The AccessKeyID of the credentials'
required: true
access-key-secret:
description: 'The AccessKeySecret of the credentials'
required: true
sts-token:
description: 'The STS Token of the credentials'
required: false
runs:
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'download-cloud'
color: 'orange'