From d3293b69e1c5bc17686d815ab2c64618618c95df Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Tue, 20 Sep 2022 12:00:01 +0530 Subject: [PATCH] Added note regarding GHES support (#32) * Added note regarding GHES support Added a note about GHES support for the extension * Added info regarding hostname use for GHES repos * Implemented review comments --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d127ed1..36ee167 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ It also allows deleting a corrupt, incomplete or dangling cache. A cache can be This extension builds on top of [cache management](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#managing-caches) capabilities exposed by GitHub [APIs](https://docs.github.com/en/rest/actions/cache). +**Note:** This extension currently supports github.com only, GitHub Enterprise Server is not supported currently. + ## Installation 1. Install the `gh` CLI - see the [installation](https://github.com/cli/cli#installation) @@ -97,4 +99,4 @@ EXAMPLES: ## Contributing -If anything feels off, or if you feel that some functionality is missing, please check out the [contributing page](CONTRIBUTING.md). There you will find instructions for sharing your feedback, building the tool locally, and submitting pull requests to the project. \ No newline at end of file +If anything feels off, or if you feel that some functionality is missing, please check out the [contributing page](CONTRIBUTING.md). There you will find instructions for sharing your feedback, building the tool locally, and submitting pull requests to the project.