Skip to content

Commit

Permalink
Updated name
Browse files Browse the repository at this point in the history
  • Loading branch information
Balastrong committed Jul 27, 2022
1 parent f5205bf commit 574a1fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Balastrong/chess-stats-action@master
- uses: Balastrong/chess-stats-action@main
with:
CHESS_USERNAME: <Your chess.com Username>
```
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Chess.com Stats'
description: 'Automatically update your README.md with Chess.com stats - fully customizable'
name: 'Chess.com Games & Stats'
description: 'Automatically update your README.md with Chess.com games and stats - fully customizable'
author: 'Leonardo Montini'

inputs:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "chess-stats-action",
"version": "0.0.1",
"private": true,
"description": "Automatically update your README.md with Chess.com stats - fully customizable",
"description": "Automatically update your README.md with Chess.com games and stats - fully customizable",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 574a1fd

Please sign in to comment.