diff --git a/action.yml b/action.yml index 092e6d6..091170a 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'gotestfmt' description: 'Set up gotestfmt, an output formatter for go test.' +branding: + icon: 'cast' + color: 'orange' inputs: token: description: 'GitHub token to avoid rate limiting.'