Skip to content

Commit e9f8a6c

Browse files
docs: update info
1 parent 03be176 commit e9f8a6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can find an example [here](https://github.com/jamesgeorge007/jamesgeorge007/
4646

4747
### Custom commit message
4848

49-
One can specify a custom commit message with the `COMMIT_MSG` option.
49+
Specify a custom commit message with the `COMMIT_MSG` input param.
5050

5151
```yml
5252
name: Update README
@@ -59,6 +59,7 @@ on:
5959
jobs:
6060
build:
6161
runs-on: ubuntu-latest
62+
name: Update this repo's README with recent activity
6263
6364
steps:
6465
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)