diff --git a/action.yml b/action.yml index 712083e..b244411 100644 --- a/action.yml +++ b/action.yml @@ -9,4 +9,7 @@ outputs: description: 'Has the label?' runs: using: 'node12' - main: 'index.js' \ No newline at end of file + main: 'index.js' +branding: + icon: 'check' + color: 'blue' \ No newline at end of file