From f76dce327d8aeb6ddd35361f9d4c57cffa9ff34e Mon Sep 17 00:00:00 2001
From: Kipras Melnikovas <kipras@kipras.org>
Date: Fri, 7 Feb 2020 01:23:18 +0200
Subject: [PATCH] Create input `paths` @ `action.yml`

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
---
 action.yml | 3 +++
 1 file changed, 3 insertions(+)

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