Skip to content

Commit

Permalink
added branding and author
Browse files Browse the repository at this point in the history
  • Loading branch information
SarthakNarayan committed Apr 1, 2022
1 parent d698207 commit 8974426
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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'
Expand Down

0 comments on commit 8974426

Please sign in to comment.