support install without config

This commit is contained in:
Rimo
2024-01-26 14:27:47 +00:00
parent 59fe15c39c
commit fdb656e148
3 changed files with 82 additions and 60 deletions

View File

@@ -9,22 +9,22 @@ branding:
# Define your inputs here.
inputs:
ossutil-version:
description: 'The OSSUTIL version to download and use, or "latest" for the latest version.'
required: true
default: '1.7.14'
endpoint:
description: 'The endpoint of your bucket'
required: true
required: false
access-key-id:
description: 'The AccessKey ID of the credentials'
required: true
required: false
access-key-secret:
description: 'The AccessKey Secret of the credentials'
required: true
required: false
sts-token:
description: 'The STS Token of the credentials'
required: false
ossutil-version:
description: 'The OSSUTIL version to download and use, or "latest" for the latest version.'
required: false
default: '1.7.14'
github-token:
description: 'The GitHub token used to call API to fetch the latest version info'
required: false