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'