From 00b72c7e02e2252e9f46176b9e7c358f8ce6e90a Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Mon, 12 Dec 2022 11:36:12 +0000 Subject: [PATCH] Updated outputs of restore action --- restore/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/restore/README.md b/restore/README.md index d752902..3ee9e09 100644 --- a/restore/README.md +++ b/restore/README.md @@ -16,7 +16,8 @@ It is very important to use the same `key` and `path` that were used by either ` ## Outputs * `cache-hit` - A boolean value to indicate an exact match was found for the key. -* `key` - +* `cache-primary-key` - Cache primary key passed in the input to use in subsequent steps of the workflow +* `cache-restore-key` - Cache key restored > **Note** `cache-hit` will be set to `true` only when cache hit occurs for the exact `key` match. For a partial key match via `restore-keys` or a cache miss, it will be set to `false`.