mirror of
https://github.com/Swatinem/rust-cache
synced 2025-04-05 21:24:07 +00:00
parent
27793b3b80
commit
958028d559
|
@ -28,6 +28,12 @@ An additional key that is stable over multiple jobs.
|
||||||
The working directory the action operates in, is case the cargo project is not
|
The working directory the action operates in, is case the cargo project is not
|
||||||
located in the repo root.
|
located in the repo root.
|
||||||
|
|
||||||
|
## Outputs
|
||||||
|
|
||||||
|
: `cache-hit`
|
||||||
|
|
||||||
|
This is a boolean flag that will be set to `true` when there was an exact cache hit.
|
||||||
|
|
||||||
## Cache Effectiveness
|
## Cache Effectiveness
|
||||||
|
|
||||||
This action only caches the _dependencies_ of a crate, so is more effective if
|
This action only caches the _dependencies_ of a crate, so is more effective if
|
||||||
|
|
Loading…
Reference in a new issue