Support latest version of ossutil (#17)

* support latest version
* bump up version to 1.1.0
This commit is contained in:
Rimo
2022-08-20 21:11:31 +08:00
committed by GitHub
parent 3d11e1d509
commit 23656db23a
19 changed files with 12223 additions and 11876 deletions

View File

@@ -5,7 +5,7 @@ inputs:
ossutil-version:
description: 'The OSSUTIL version to download and use'
required: false
default: '1.7.0'
default: 'latest'
endpoint:
description: 'The endpoint of your bucket'
required: true
@@ -19,7 +19,7 @@ inputs:
description: 'The STS Token of the credentials'
required: false
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'download-cloud'