From b5b351d4104b33affd1a05790cff183df5281bf3 Mon Sep 17 00:00:00 2001 From: Mikhail Katychev Date: Tue, 18 Oct 2022 15:16:56 -0500 Subject: [PATCH] README.md feedback --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d5c25df..21b88e5 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ sensible defaults. prefix-key: "" # An additional cache key that is stable over multiple jobs - # that is used instead of the automatic `job`-based - # cache key and is thus stable across jobs. # default: empty shared-key: "" @@ -51,7 +49,7 @@ sensible defaults. cache-targets: "" # Determines if the cache should be saved even when the workflow has failed. - # Default: "false" + # default: "false" cache-on-failure: "" ```