actions-marketplace-validations/OSS Deployment Action
GitHub Action to deploy static files to Aliyun (Alibaba Cloud) OSS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| oss-endpoint | OSS endpoint (required if ossutil is not pre-configured) | no | "" |
| oss-accesskey-id | AccessKey ID of user with write access to OSS (required if ossutil is not pre-configured) | no | "" |
| oss-accesskey-secret | AccessKey secret of the user identified by the previous AccessKey ID (required if ossutil is not pre-configured) | no | "" |
| oss-sts-token | STS token (required only if using STS and ossutil is not pre-configured) | no | "" |
| oss-path | Path to the location you'd like to deploy files to, i.e. oss://<BUCKET NAME>/<PATH> | yes | — |
| local-path | Path to the location you'd like to deploy files from | no | . |
| ignored-patterns | Blob patterns of files (separated by spaces) to ignore in deployment | no | .git |
| delete-first | Whether to delete files under `oss-path` before deployment | no | false |
| force-setup-ossutil | Whether to force download and configure even if ossutil is pre-configured | no | false |
| cache-ossutil | Whether to cache downloaded ossutil | no | false |
| debug | Whether to enable debug logging | no | false |
| ossutil-version- | Version of ossutil to download if none is found in PATH; this input parameter is undocumented and NOT guaranteed to be stable | no | 1.7.15 |
Outputs
no outputs