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'