Create input `paths` @ `action.yml`

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
This commit is contained in:
Kipras Melnikovas 2020-02-07 01:23:18 +02:00
parent 78a4b2143b
commit f76dce327d
No known key found for this signature in database
GPG Key ID: AA505BC1C6D8AD90
1 changed files with 3 additions and 0 deletions

View File

@ -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