From 29d6c7aa7fb325a957d659734782f53ab37003b0 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Mon, 12 Dec 2022 18:50:09 +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 b294a22..5afb4a6 100644 --- a/restore/action.yml +++ b/restore/action.yml @@ -3,7 +3,7 @@ description: 'Restore Cache artifacts like dependencies and build outputs to imp author: 'GitHub' inputs: path: - description: 'The same list of files, directories, and wildcard patterns to restore cache that were used while saving it' + description: 'A list of files, directories, and wildcard patterns to restore' required: true key: description: 'An explicit key for restoring the cache'