mirror of
https://github.com/Swatinem/rust-cache
synced 2025-09-04 10:37:42 +00:00
small code style improvements, README and CHANGELOG updates
This commit is contained in:
parent
ccdddcc049
commit
e78327dd9e
7 changed files with 4582 additions and 4561 deletions
|
@ -14,11 +14,12 @@ sensible defaults.
|
|||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
# The prefix cache key, this can be changed to start a new cache manually
|
||||
# The prefix cache key, this can be changed to start a new cache manually.
|
||||
# default: "v0-rust"
|
||||
prefix-key: ""
|
||||
|
||||
# An additional cache key that is stable over multiple jobs
|
||||
# A cache key that is used instead of the automatic `job`-based key,
|
||||
# and is stable over multiple jobs.
|
||||
# default: empty
|
||||
shared-key: ""
|
||||
|
||||
|
@ -41,10 +42,11 @@ sensible defaults.
|
|||
# default: ". -> target"
|
||||
workspaces: ""
|
||||
|
||||
# Additional non workspace directories, separated by newlines
|
||||
# Additional non workspace directories to be cached, separated by newlines.
|
||||
cache-directories: ""
|
||||
|
||||
# Determines whether workspace `target` directories are cached.
|
||||
# If `false`, only the cargo registry will be cached.
|
||||
# default: "true"
|
||||
cache-targets: ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue