From ba90c223e740c80776f4ee53519fa39bdec7a929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Vielmo=20Schmaedeck?= Date: Wed, 1 Apr 2020 02:21:18 -0300 Subject: [PATCH] chore(action): Add icon and color --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2945269..f029a74 100644 --- a/action.yml +++ b/action.yml @@ -9,4 +9,7 @@ outputs: description: 'The full path to the written file' runs: using: 'node12' - main: 'index.js' \ No newline at end of file + main: 'index.js' +branding: + icon: 'book-open' + color: 'yellow' \ No newline at end of file