mirror of
https://github.com/Swatinem/rust-cache.git
synced 2025-08-14 20:55:13 +00:00
Put right name for shared key parameter
In README.md there is a `shared-key` identifier for share key parameter. But action expects `sharedKey`. T
This commit is contained in:
parent
76686c56f2
commit
bd6a7592fd
@ -17,7 +17,7 @@ sensible defaults.
|
|||||||
# An explicit cache key that is used instead of the automatic `job`-based
|
# An explicit cache key that is used instead of the automatic `job`-based
|
||||||
# cache key and is thus stable across jobs.
|
# cache key and is thus stable across jobs.
|
||||||
# Default: empty
|
# Default: empty
|
||||||
shared-key: ""
|
sharedKey: ""
|
||||||
|
|
||||||
# An additional cache key that is added alongside the automatic `job`-based
|
# An additional cache key that is added alongside the automatic `job`-based
|
||||||
# cache key and can be used to further differentiate jobs.
|
# cache key and can be used to further differentiate jobs.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user