From df53d3c04b5a6f2bda91b4ddc8eae4445718eba5 Mon Sep 17 00:00:00 2001
From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com>
Date: Mon, 12 Dec 2022 18:49:59 +0530
Subject: [PATCH] Update restore/action.yml

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
---
 restore/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/restore/action.yml b/restore/action.yml
index 1f9bba7..b294a22 100644
--- a/restore/action.yml
+++ b/restore/action.yml
@@ -15,7 +15,7 @@ outputs:
   cache-hit:
     description: 'A boolean value to indicate an exact match was found for the primary key'
   cache-primary-key:
-    description: 'Cache primary key passed in the input to use in subsequent steps of the workflow'
+    description: 'A resolved cache key for which cache match was attempted'
   cache-restore-key:
     description: 'Restore key which was used to restore the cache. It will not be set in case there was an exact match with primary key itself'
 runs: