From c079afe4ccb916eb572e8c80579dff7dfe668266 Mon Sep 17 00:00:00 2001 From: Xavier Ramirez Date: Sun, 5 Jan 2020 20:16:29 -0500 Subject: [PATCH] feat(SSBP-4): Add icon and color --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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