1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-20 03:46:17 +02:00

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

View file

@ -5,6 +5,9 @@ inputs:
path: path:
description: 'A directory to store and save the cache' description: 'A directory to store and save the cache'
required: true required: true
paths:
description: 'A list of directories to store and save the cache'
required: false
key: key:
description: 'An explicit key for restoring and saving the cache' description: 'An explicit key for restoring and saving the cache'
required: true required: true