Skip to content

Commit

Permalink
Merge pull request #688 from tgrall/issue-687
Browse files Browse the repository at this point in the history
Document the fact that this action is not supported on GitHub Enterprise Server
  • Loading branch information
Vipul authored and GitHub committed Dec 17, 2021
2 parents 62fa565 + e689004 commit 3bb5ffc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@ 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

- `action/cache` is currently not supported on GitHub Enterprise Server. <https://github.com/github/roadmap/issues/273> 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.

## 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 3bb5ffc

Please sign in to comment.