3
0
Fork 0
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:
Nikita Bishonen 2022-10-13 11:11:47 +04:00 committed by GitHub
parent 76686c56f2
commit bd6a7592fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.