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