mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 16:53:57 +08:00
Merge dde36b38ea
into b44d6c5cbf
This commit is contained in:
commit
e9b65c3cba
8 changed files with 59 additions and 13 deletions
|
@ -50,10 +50,12 @@ If you are using this inside a container, a POSIX-compliant `tar` needs to be in
|
|||
|
||||
### Outputs
|
||||
|
||||
* `cache-hit` - A boolean value to indicate an exact match was found for the key
|
||||
* `cache-hit` - A boolean value to indicate an exact match was found for the key. It will be `false` if a `restore-key` is matched.
|
||||
|
||||
> See [Skipping steps based on cache-hit](#Skipping-steps-based-on-cache-hit) for info on using this output
|
||||
|
||||
* `cache-key` - A string indicating the matching cache key (if any).
|
||||
|
||||
### Cache scopes
|
||||
The cache is scoped to the key and branch. The default branch cache is available to other branches.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue