Update info
This commit is contained in:
parent
ffc338072e
commit
22bd84f71e
|
@ -1,4 +1,4 @@
|
||||||
# MinIO Upload Github Action
|
# Yet another MinIO Upload GitHub Action
|
||||||
|
|
||||||
Runs [minio client](https://min.io/docs/minio/linux/reference/minio-mc.html) to upload file(s) to MinIO (self-hosted as well)
|
Runs [minio client](https://min.io/docs/minio/linux/reference/minio-mc.html) to upload file(s) to MinIO (self-hosted as well)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
name: MinIO Upload
|
name: Yet another MinIO Upload
|
||||||
description: Upload file(s) to MinIO instance (self-hosted as well)
|
description: Upload file(s) to MinIO instance (self-hosted as well)
|
||||||
author: "Vladimir <opa_oz> Levin"
|
author: "Vladimir <opa_oz> Levin"
|
||||||
|
branding:
|
||||||
|
icon: upload-cloud
|
||||||
|
color: purple
|
||||||
inputs:
|
inputs:
|
||||||
endpoint:
|
endpoint:
|
||||||
description: MinIO endpoint (use `insecure=true` for HTTP-only)
|
description: MinIO endpoint (use `insecure=true` for HTTP-only)
|
||||||
|
|
Loading…
Reference in New Issue