From dd740c87de0625fcebbf3688cb3e981c9a82d4bf Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Mon, 12 Dec 2022 18:49:53 +0530 Subject: [PATCH] Update restore/action.yml Co-authored-by: Bishal Prasad --- restore/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore/action.yml b/restore/action.yml index ef5681e..1f9bba7 100644 --- a/restore/action.yml +++ b/restore/action.yml @@ -17,7 +17,7 @@ outputs: cache-primary-key: description: 'Cache primary key passed in the input to use in subsequent steps of the workflow' cache-restore-key: - description: 'Cache key restored' + 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: using: 'node16' main: '../dist/restore-only/index.js'