mirror of
https://github.com/actions/cache.git
synced 2025-07-12 16:15:20 +08: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