Sets up MinIO client (And it caches it, too!)
- name: Setup MinIO client
uses: yakubique/setup-minio-cli@v1
- name: Test MinIO client
run: |
mc --help
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 |
No outputs.