mirror of
https://github.com/actions/cache.git
synced 2025-05-23 01:11:47 +00:00
Create input paths
@ action.yml
Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
This commit is contained in:
parent
78a4b2143b
commit
f76dce327d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user