mirror of
https://github.com/Swatinem/rust-cache
synced 2025-12-07 22:12:26 +00:00
Add BuildJet Option (#154)
This commit is contained in:
parent
9de8f90afb
commit
b00faf5858
10 changed files with 5501 additions and 24 deletions
|
|
@ -36,6 +36,10 @@ inputs:
|
|||
description: "Determiners whether the cache should be saved. If `false`, the cache is only restored."
|
||||
required: false
|
||||
default: "true"
|
||||
cache-provider:
|
||||
description: "Determines which provider to use for caching. Options are github or buildjet, defaults to github."
|
||||
required: false
|
||||
default: "github"
|
||||
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