From 22bd84f71e6fa2c12269c0ff874ab5f9d02aced3 Mon Sep 17 00:00:00 2001
From: Vladimir Levin <vladimirlevinozinki@gmail.com>
Date: Sun, 6 Aug 2023 17:14:13 +0900
Subject: [PATCH] Update info

---
 README.md  | 2 +-
 action.yml | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6619dc2..d7310fe 100644
--- a/README.md
+++ b/README.md
@@ -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)
 
diff --git a/action.yml b/action.yml
index 57748aa..aeb9929 100644
--- a/action.yml
+++ b/action.yml
@@ -1,6 +1,9 @@
-name: MinIO Upload
+name: Yet another MinIO Upload
 description: Upload file(s) to MinIO instance (self-hosted as well)
 author: "Vladimir <opa_oz> Levin"
+branding:
+  icon: upload-cloud
+  color: purple
 inputs:
   endpoint:
     description: MinIO endpoint (use `insecure=true` for HTTP-only)