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'