From bd6a7592fd2f968cf7775fcb3cb8088351fc2014 Mon Sep 17 00:00:00 2001 From: Nikita Bishonen Date: Thu, 13 Oct 2022 11:11:47 +0400 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0646385..88e6500 100644 --- a/README.md +++ b/README.md @@ -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.