Skip to content

Commit

Permalink
add limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jul 17, 2023
1 parent e2c2e68 commit 191da75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ That's why, `actions/cache` can restore and save `/nix`.
When restoring, `actions/cache` writes cached Nix store paths into `/nix/store` of a runner.
Some of these paths may already be present in `/nix/store`, so reports about unarchivation errors are fine.

## Limitations

- Store size is limited by a runner storage size - [docs](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources).
- Caches are isolated between branches - [docs](https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache).

## Inputs of this action

### Inherited inputs
Expand Down

0 comments on commit 191da75

Please sign in to comment.