Skip to content

Commit 574a1fd

Browse files
committed
Updated name
1 parent f5205bf commit 574a1fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v3
44-
- uses: Balastrong/chess-stats-action@master
44+
- uses: Balastrong/chess-stats-action@main
4545
with:
4646
CHESS_USERNAME: <Your chess.com Username>
4747
```

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: 'Chess.com Stats'
2-
description: 'Automatically update your README.md with Chess.com stats - fully customizable'
1+
name: 'Chess.com Games & Stats'
2+
description: 'Automatically update your README.md with Chess.com games and stats - fully customizable'
33
author: 'Leonardo Montini'
44

55
inputs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "chess-stats-action",
33
"version": "0.0.1",
44
"private": true,
5-
"description": "Automatically update your README.md with Chess.com stats - fully customizable",
5+
"description": "Automatically update your README.md with Chess.com games and stats - fully customizable",
66
"main": "lib/main.js",
77
"scripts": {
88
"build": "tsc",

0 commit comments

Comments
 (0)