From eb78efeddd5131b58fe4b78c6ce1a1c84a15fe93 Mon Sep 17 00:00:00 2001 From: Sungwon Lee Date: Sun, 22 Mar 2020 23:10:58 +0900 Subject: [PATCH] Add branding --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f801c1f..b992a86 100644 --- a/action.yml +++ b/action.yml @@ -29,4 +29,7 @@ outputs: description: 'Path to saved screenshots.' runs: using: 'docker' - image: 'Dockerfile' \ No newline at end of file + image: 'Dockerfile' +branding: + icon: 'sidebar' + color: 'orange' \ No newline at end of file