Skip to content

Commit bb18e13

Browse files
committed
docs(readme): last but not least add EMPTY_COMMIT_MSG to readme
1 parent 7b4c4be commit bb18e13

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,15 @@ You can find an example [here](https://github.com/jamesgeorge007/jamesgeorge007/
4949

5050
Use the following `input params` to customize it for your use case:-
5151

52-
| Input Param | Default Value | Description |
53-
| -------------- | ----------------------------------------------------- | --------------------------------------------------------- |
54-
| `GH_USERNAME` | Your GitHub username | Username for which to generate the activity overview |
55-
| `COMMIT_NAME` | github-actions[bot] | Name of the committer |
56-
| `COMMIT_EMAIL` | 41898282+github-actions[bot]@users.noreply.github.com | Email of the committer |
57-
| `COMMIT_MSG` | :zap: Update README with the recent activity | Commit message used while committing to the repo |
58-
| `MAX_LINES` | 5 | The maximum number of lines populated in your readme file |
59-
| `TARGET_FILE` | README.md | The file to insert recent activity into |
52+
| Input Param | Default Value | Description |
53+
| ------------------ | ------------------------------------------------------------------------ | --------------------------------------------------------- |
54+
| `GH_USERNAME` | Your GitHub username | Username for which to generate the activity overview |
55+
| `COMMIT_NAME` | github-actions[bot] | Name of the committer |
56+
| `COMMIT_EMAIL` | 41898282+github-actions[bot]@users.noreply.github.com | Email of the committer |
57+
| `COMMIT_MSG` | :zap: Update README with the recent activity | Commit message used while committing to the repo |
58+
| `EMPTY_COMMIT_MSG` | :memo: empty commit to keep workflow active after 60 days of no activity | Commit message used when there are no updates |
59+
| `MAX_LINES` | 5 | The maximum number of lines populated in your readme file |
60+
| `TARGET_FILE` | README.md | The file to insert recent activity into |
6061

6162
```yml
6263
name: Update README

0 commit comments

Comments
 (0)