Add to readme

This commit is contained in:
Sindri Guðmundsson 2021-11-04 11:05:51 +00:00 committed by Davíð Guðni
parent 556f8d8b36
commit e7070c0a23

View file

@ -167,6 +167,10 @@ steps:
> Note: The `id` defined in `actions/cache` must match the `id` in the `if` statement (i.e. `steps.[ID].outputs.cache-hit`)
## Custom cache server
To use a custom cache server, set the environment variable `GITHUB_ACTIONS_CACHE_URL` or use the input `cache-url`.
## Known limitation
- `action/cache` is currently not supported on GitHub Enterprise Server. <https://github.com/github/roadmap/issues/273> is tracking this.