From 67726ba82303b2bd6ab2cd3f47a39c4c9d6aebfe Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sun, 13 Dec 2020 16:33:14 +0100 Subject: [PATCH] branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 60e8d00..e2ca264 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ # action.yml name: 'confluence-markdown-sync' description: 'Copy content of a markdown file to a confluence site' +branding: + icon: 'upload-cloud' + color: 'blue' inputs: from: description: 'Path to the markdown file. Relative to root of repository'