From d7f4a075a1d18f5a3d0ed86404a1edec25075d22 Mon Sep 17 00:00:00 2001 From: idubnori Date: Tue, 2 Apr 2024 21:08:56 +0900 Subject: [PATCH] chore: add branding & improve desc --- action.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3624d5f..d00bc8b 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ -name: 'PR-Agent Wiki Configuration Loader' +name: 'PR Agent Wiki Configuration Loader' description: 'Load .pr_agent.toml.md in Wiki page and set to environment' +branding: + icon: 'award' + color: 'green' inputs: page-name: description: 'toml page name' @@ -79,4 +82,4 @@ runs: toml_conf = get_conf() added_toml_conf = add_common_instructions(toml_conf) set_to_env(added_toml_conf) - \ No newline at end of file +