From d205865dba423f1a95f69e2b4698f0de06f846b7 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Sat, 18 Apr 2026 23:30:21 +0700 Subject: [PATCH] chore(action): rename Marketplace display to ghstats-cards MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "ghstats" is already taken by an existing action/user/org on the GitHub Marketplace, blocking publication. Rename the action's Marketplace display name to ghstats-cards (still more descriptive of what it produces). The repo URL, Docker image tag, and import path stay tiennm99/ghstats — only the Marketplace listing label changes. --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 688d422a..83baa990 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: ghstats -description: Generate GitHub profile summary SVG cards (profile, languages, stats, productive time) +name: ghstats-cards +description: Generate GitHub profile summary SVG cards (profile, languages, stats, productive time, contributions) author: tiennm99 branding: icon: bar-chart-2