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
This commit is contained in:
Sankalp Kotewar
2022-09-20 12:00:01 +05:30
committed by GitHub
parent 2b273da8da
commit d3293b69e1

View File

@@ -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.
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.