From 4875285c0950474efb7ca2df55233c51333eeb74 Mon Sep 17 00:00:00 2001 From: Akkuman Date: Fri, 7 Nov 2025 16:09:48 +0800 Subject: [PATCH] fix: author info --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2cf4fee..1aa0fbd 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ --- name: gitea-release-action description: "An action to support publishing release to Gitea." -author: "Grypho" +author: "Akkuman" inputs: server_url: description: the base url of the gitea API