<!--- Please direct any generic questions related to actions to our support community forum at https://github.com/orgs/community/discussions ---> <!--- Before opening up a new bug report, please make sure to check for similar existing issues --> **Description:** When running on GitHub Enterprise Server, rate limiting is not enabled. The action reports two error annotations: ``` Error when getting rateLimit: Rate limiting is not enabled. ``` **Action version:** 9.1.0 **Platform:** - [x] Ubuntu - [ ] macOS - [ ] Windows **Runner type:** - [ ] Hosted - [x] Self-hosted **Repro steps:** Run the action on a self-hosted runner connected to GitHub Enterprise Server, version 3.15.2. **Expected behavior:** No errors should be reported. Everything worked fine, and there are no relevant rate limits. **Actual behavior:** The action reports an error getting rateLimit because rate limiting is not enabled.