From 46842ffa6687ccb671fd8d8644ad0c13398ebaa1 Mon Sep 17 00:00:00 2001 From: ankaracekicisi06 Date: Mon, 20 Jun 2022 10:04:13 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 654bacd..79136af 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,15 @@ steps: > Note: The `id` defined in `actions/cache` must match the `id` in the `if` statement (i.e. `steps.[ID].outputs.cache-hit`) +<<<<<<< HEAD +======= +## Known limitation + +- `action/cache` is currently not supported on GitHub Enterprise Server. is tracking this. + +Since GitHub Enterprise Server uses self-hosted runners, dependencies are typically cached on the runner by whatever dependency management tool is being used (npm, maven, etc.). This eliminates the need for explicit caching in some scenarios. + +>>>>>>> parent of 2d8d0d1 (Updated what's new. (#771)) ## Contributing We would love for you to contribute to `actions/cache`, pull requests are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) for more information.