diff --git a/action.yaml b/action.yaml index cd00b15..fa2ea6f 100644 --- a/action.yaml +++ b/action.yaml @@ -1,6 +1,7 @@ # action.yaml name: 'Cross Platform Blog Publish' description: 'To publish blogs at different blogging websites simultaneously by uploading a markdown to a github repository.' +author: Sarthak Narayan, Arpit Gupta inputs: website: @@ -13,6 +14,10 @@ inputs: description: 'The token to use to access the blogging website' required: true +branding: + icon: 'upload-cloud' + color: 'gray-dark' + runs: using: 'docker' image: 'Dockerfile'