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'