mirror of
https://github.com/Swatinem/rust-cache
synced 2025-11-02 05:37:51 +00:00
parent
b894d59a8d
commit
ecee04e7b3
3 changed files with 13 additions and 1 deletions
|
|
@ -28,6 +28,10 @@ inputs:
|
|||
cache-on-failure:
|
||||
description: "Cache even if the build fails. Defaults to false."
|
||||
required: false
|
||||
save-if:
|
||||
description: "Determiners whether the cache should be saved. If `false`, the cache is only restored."
|
||||
required: false
|
||||
default: "true"
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: "A boolean value that indicates an exact match was found."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue