actions-marketplace-validations/OSS Deployment Action

GitHub Action to deploy static files to Aliyun (Alibaba Cloud) OSS

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
oss-endpointOSS endpoint (required if ossutil is not pre-configured)no""
oss-accesskey-idAccessKey ID of user with write access to OSS (required if ossutil is not pre-configured)no""
oss-accesskey-secretAccessKey secret of the user identified by the previous AccessKey ID (required if ossutil is not pre-configured)no""
oss-sts-tokenSTS token (required only if using STS and ossutil is not pre-configured)no""
oss-pathPath to the location you'd like to deploy files to, i.e. oss://<BUCKET NAME>/<PATH>yes
local-pathPath to the location you'd like to deploy files fromno.
ignored-patternsBlob patterns of files (separated by spaces) to ignore in deploymentno.git
delete-firstWhether to delete files under `oss-path` before deploymentnofalse
force-setup-ossutilWhether to force download and configure even if ossutil is pre-configurednofalse
cache-ossutilWhether to cache downloaded ossutilnofalse
debugWhether to enable debug loggingnofalse
ossutil-version-Version of ossutil to download if none is found in PATH; this input parameter is undocumented and NOT guaranteed to be stableno1.7.15

no outputs