From efced408d182f51fce2b9c7f751317ef18e4152a Mon Sep 17 00:00:00 2001 From: ytshih Date: Wed, 9 Jul 2025 00:11:11 +0800 Subject: [PATCH] Fix: change minio to http --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 955e025..d912a77 100644 --- a/action.yaml +++ b/action.yaml @@ -15,7 +15,7 @@ inputs: minio-endpoint: description: "MinIO endpoint" required: false - default: https://minio.konchin.com + default: http://minio.konchin.com minio-bucket: description: "MinIO bucket" required: false