Skip to content

Commit

Permalink
update readme for issue #687
Browse files Browse the repository at this point in the history
  • Loading branch information
Tugdual Grall authored and GitHub committed Nov 29, 2021
1 parent bd49291 commit a3b6799
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

## Known limitation

- The `action/cache` is not supported on GithHub Enterprise Server deployments. 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.), so saving these to an external cache would be less efficient.

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

Expand Down

0 comments on commit a3b6799

Please sign in to comment.