From 2a15f542881c81044f9ef6d16cafa73272801924 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 23 Aug 2024 19:35:30 +0300 Subject: [PATCH] adding branding for action --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 79d2920..07b95b6 100644 --- a/action.yml +++ b/action.yml @@ -24,4 +24,7 @@ runs: - ${{ inputs.gitea_access_token }} - ${{ inputs.gitea_owner }} - ${{ inputs.gitea_repository }} - - ${{ inputs.gitea_package_registry }} \ No newline at end of file + - ${{ inputs.gitea_package_registry }} +branding: + icon: 'package' + color: 'green' \ No newline at end of file