mirror of
https://github.com/Swatinem/rust-cache
synced 2025-08-14 00:51:18 +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
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ sensible defaults.
|
|||
# An explicit cache key that is used instead of the automatic `job`-based
|
||||
# cache key and is thus stable across jobs.
|
||||
# Default: empty
|
||||
shared-key: ""
|
||||
sharedKey: ""
|
||||
|
||||
# An additional cache key that is added alongside the automatic `job`-based
|
||||
# cache key and can be used to further differentiate jobs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue