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