Skip to content

Commit

Permalink
feat(config): add branding to action.yml to publish in marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
trystan2k committed Oct 2, 2024
1 parent 96ecd7f commit f9373f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'Markdown Reviwer and Translator'
description: 'Markdown grammar reviewer and translation into any other language powered by Google Gemini'
author: 'Thiago Mendonca'
branding:
icon: 'book-open'
color: 'purple'
inputs:
token:
description: 'GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)'
Expand Down

0 comments on commit f9373f1

Please sign in to comment.