File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,15 @@ Please note that only those public events that belong to the following list show
44
44
45
45
You can find an example [here](https://github.com/jamesgeorge007/jamesgeorge007/blob/master/.github/workflows/update-readme.yml).
46
46
47
- # ## Custom commit message or custom maximum number of populated lines
47
+ # ## Override defaults
48
48
49
- Specify a custom commit message with the `COMMIT_MSG` input param.
49
+ Use the following `input params` to customize it for your use case:-
50
+
51
+ | Input Param | Default Value | Description |
52
+ |--------|--------|--------|
53
+ | `COMMIT_MSG` | :zap : Update README with the recent activity | Commit message used while committing to the repo |
54
+ | `MAX_LINES` | 5 | The maximum number of lines populated in your readme file |
50
55
51
- Specify a custom maximum number of lines with the `MAX_LINES` input param *(default is 5)*.
52
56
53
57
` ` ` yml
54
58
name: Update README
You can’t perform that action at this time.
0 commit comments