We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03be176 commit e9f8a6cCopy full SHA for e9f8a6c
README.md
@@ -46,7 +46,7 @@ You can find an example [here](https://github.com/jamesgeorge007/jamesgeorge007/
46
47
### Custom commit message
48
49
-One can specify a custom commit message with the `COMMIT_MSG` option.
+Specify a custom commit message with the `COMMIT_MSG` input param.
50
51
```yml
52
name: Update README
@@ -59,6 +59,7 @@ on:
59
jobs:
60
build:
61
runs-on: ubuntu-latest
62
+ name: Update this repo's README with recent activity
63
64
steps:
65
- uses: actions/checkout@v2
0 commit comments