Skip to content

Commit

Permalink
Added branding
Browse files Browse the repository at this point in the history
  • Loading branch information
Balastrong authored Jul 27, 2022
1 parent b83d39f commit f5205bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 'Chess.com Stats'
description: 'Automatically update your README.md with Chess.com stats - fully customizable'
author: 'Leonardo Montini'

inputs:
CHESS_USERNAME:
description: 'Your Chess.com username'
Expand All @@ -18,6 +19,11 @@ inputs:
description: "Toggle the Date column"
default: "true"
required: false

runs:
using: 'node16'
main: 'dist/index.js'

branding:
icon: 'activity'
color: 'green'

0 comments on commit f5205bf

Please sign in to comment.