fix: docs
This commit is contained in:
15
README.md
15
README.md
@@ -28,13 +28,14 @@ You can see an example of the output at my own [simonecorsi/awesome](https://git
|
|||||||
|
|
||||||
The service can be configured setting the appropriate environment variables or writing an `.env` file.
|
The service can be configured setting the appropriate environment variables or writing an `.env` file.
|
||||||
|
|
||||||
| Variable | Description | Default |
|
| Variable | Description | Default |
|
||||||
| ----------------- | ------------------------------------------------------------------- | -------------------------------- |
|
| ------------------ | ------------------------------------------------------------------- | -------------------------------- |
|
||||||
| `api-token` | Personal Token is used to avoid rate limit, [read more](#api-token) | `${{ secrets.API_TOKEN }}` |
|
| `api-token` | Personal Token is used to avoid rate limit, [read more](#api-token) | `${{ secrets.API_TOKEN }}` |
|
||||||
| `github-name` | Name used for the commit | Github Action |
|
| `compact-by-topic` | Render another list in `TOPICS.md` compacted by github topics | `'false'` |
|
||||||
| `github-email` | email used for commit | actions@users.noreply.github.com |
|
| `github-name` | Name used for the commit | Github Action |
|
||||||
| `template-path` | Custom `README.md` template, [read more](#template-path) |
|
| `github-email` | email used for commit | actions@users.noreply.github.com |
|
||||||
| `output-filename` | Output filename | `README.md` |
|
| `template-path` | Custom `README.md` template, [read more](#template-path) |
|
||||||
|
| `output-filename` | Output filename | `README.md` |
|
||||||
|
|
||||||
#### `api-token`
|
#### `api-token`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user