mirror of
https://github.com/Swatinem/rust-cache.git
synced 2025-07-19 07:11:24 +03:00
support working-directory input, cleanup
This commit is contained in:
@ -5,6 +5,9 @@ inputs:
|
||||
key:
|
||||
description: "An additional key for the cache"
|
||||
required: false
|
||||
working-directory:
|
||||
description: "The working directory this action should operate in"
|
||||
required: false
|
||||
runs:
|
||||
using: "node12"
|
||||
main: "dist/restore/index.js"
|
||||
|
Reference in New Issue
Block a user