diff --git a/action.yml b/action.yml index 1a320f9..25caa42 100644 --- a/action.yml +++ b/action.yml @@ -5,6 +5,9 @@ inputs: path: description: 'A directory to store and save the cache' required: true + paths: + description: 'A list of directories to store and save the cache' + required: false key: description: 'An explicit key for restoring and saving the cache' required: true