From 364ff4444fc8a7676d0c42b30a10e3c5b942583f Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Fri, 4 Oct 2024 23:54:24 -0700 Subject: [PATCH] fix: correct github casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ea0c3d..d429178 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ This action can be configured to authenticate with GitHub App Installation or Pe | field | required | default | description | | ----------------------------- | -------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `GH_ENTERPRISE_URL` | False | `""` | URL of GitHub Enterprise instance to use for auth instead of github.com | -| `RATE_LIMIT_BYPASS` | False | `false` | If set to `true`, the rate limit will be bypassed. This is useful if being run on an local github server with rate limiting disabled. | +| `RATE_LIMIT_BYPASS` | False | `false` | If set to `true`, the rate limit will be bypassed. This is useful if being run on an local GitHub server with rate limiting disabled. | | `HIDE_AUTHOR` | False | False | If set to `true`, the author will not be displayed in the generated Markdown file. | | `HIDE_ITEMS_CLOSED_COUNT` | False | False | If set to `true`, the number of items closed metric will not be displayed in the generated Markdown file. | | `HIDE_LABEL_METRICS` | False | False | If set to `true`, the time in label metrics will not be displayed in the generated Markdown file. |