mirror of
https://github.com/Swatinem/rust-cache
synced 2025-12-06 21:42:26 +00:00
Conform to local style.
Fix a few whitespace nits.
This commit is contained in:
parent
9f195d91fe
commit
5ea9070fd2
3 changed files with 4 additions and 3 deletions
|
|
@ -41,8 +41,9 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
default: "github"
|
default: "github"
|
||||||
cache-bin:
|
cache-bin:
|
||||||
description: "A boolean value indicating whether to cache ${CARGO_HOME}/bin (default: true)"
|
description: "Determines whether to cache ${CARGO_HOME}/bin."
|
||||||
required: false
|
required: false
|
||||||
|
default: "true"
|
||||||
lookup-only:
|
lookup-only:
|
||||||
description: "Check if a cache entry exists without downloading the cache"
|
description: "Check if a cache entry exists without downloading the cache"
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue