From 50cd9bd8b4c92dab3bf6110f08f4b5d52c6aab83 Mon Sep 17 00:00:00 2001 From: tsugihito1shibahata Date: Mon, 2 Dec 2019 00:11:21 +0900 Subject: [PATCH] set branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 6d9e570..08e6da1 100644 --- a/action.yml +++ b/action.yml @@ -3,3 +3,6 @@ description: 'Create backlink of issue to wrike task' runs: using: 'node12' main: 'index.js' +branding: + icon: 'link' + color: 'gray-dark'