From 223968e7a2d97a698ed61d97a1556564a30d724f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hakan=20=C3=87elik?= Date: Sat, 30 Jul 2022 02:00:56 +0300 Subject: [PATCH] Update action.yml --- action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 6d50d2ae..ab09fb93 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,7 @@ # action.yml name: "unimport" description: "Get rid of all unused imports 🥳" -icon: check -color: red + inputs: extra_args: description: "options to pass to unimport run" @@ -15,3 +14,6 @@ runs: shell: bash - run: unimport --color auto --gitignore --ignore-init ${{ inputs.extra_args }} shell: bash +branding: + icon: 'check' + color: 'red'