From 69b99ff030db87f25f417290f78dfe96219adf12 Mon Sep 17 00:00:00 2001 From: ashley-taylor <7232476+ashley-taylor@users.noreply.github.com> Date: Mon, 30 Mar 2020 09:50:53 +1300 Subject: [PATCH] Update action.yml --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 5b90424f..ce05cb2f 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Junit Report to Annotations' description: 'Create an annotation of the test run summaryand also list first n failed tests as seporate annotations' +branding: + icon: 'box' + color: 'green' inputs: access-token: description: 'github token'