Setup MinIO client
Version updated for yakubique/setup-minio-cli to version v1.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Setup MinIO client
Sets up MinIO client (And it caches it, too!)
Usage
- name: Setup MinIO client
uses: yakubique/setup-minio-cli@v1
- name: Test MinIO client
run: |
mc --help
Inputs
INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION |
---|---|---|---|---|
mc_url | string | false | "https://dl.min.io/client/mc/release/{platform}-{arch}/mc" | URL to obtain mc from |
use_cache | string | false | "true" | MC doesn’t have real versions, you can pass use_cache=false to fetch latest version every time |
Outputs
No outputs.