From bb18e132d08273e05ab64d07350522368d754ebc Mon Sep 17 00:00:00 2001 From: tuunit Date: Thu, 28 Mar 2024 18:10:53 +0100 Subject: [PATCH] docs(readme): last but not least add EMPTY_COMMIT_MSG to readme --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d939b9d..ce0f754 100644 --- a/README.md +++ b/README.md @@ -49,14 +49,15 @@ You can find an example [here](https://github.com/jamesgeorge007/jamesgeorge007/ Use the following `input params` to customize it for your use case:- -| Input Param | Default Value | Description | -| -------------- | ----------------------------------------------------- | --------------------------------------------------------- | -| `GH_USERNAME` | Your GitHub username | Username for which to generate the activity overview | -| `COMMIT_NAME` | github-actions[bot] | Name of the committer | -| `COMMIT_EMAIL` | 41898282+github-actions[bot]@users.noreply.github.com | Email of the committer | -| `COMMIT_MSG` | :zap: Update README with the recent activity | Commit message used while committing to the repo | -| `MAX_LINES` | 5 | The maximum number of lines populated in your readme file | -| `TARGET_FILE` | README.md | The file to insert recent activity into | +| Input Param | Default Value | Description | +| ------------------ | ------------------------------------------------------------------------ | --------------------------------------------------------- | +| `GH_USERNAME` | Your GitHub username | Username for which to generate the activity overview | +| `COMMIT_NAME` | github-actions[bot] | Name of the committer | +| `COMMIT_EMAIL` | 41898282+github-actions[bot]@users.noreply.github.com | Email of the committer | +| `COMMIT_MSG` | :zap: Update README with the recent activity | Commit message used while committing to the repo | +| `EMPTY_COMMIT_MSG` | :memo: empty commit to keep workflow active after 60 days of no activity | Commit message used when there are no updates | +| `MAX_LINES` | 5 | The maximum number of lines populated in your readme file | +| `TARGET_FILE` | README.md | The file to insert recent activity into | ```yml name: Update README