mirror of
https://github.com/Swatinem/rust-cache
synced 2025-11-02 05:37:51 +00:00
add description
This commit is contained in:
parent
f82d41bcc2
commit
3b8bbcb11d
2 changed files with 9 additions and 4 deletions
|
|
@ -11,9 +11,12 @@ inputs:
|
|||
working-directory:
|
||||
description: "The working directory this action should operate in"
|
||||
required: false
|
||||
target-dir:
|
||||
description: "The target dir that should be cleaned and persisted, defaults to `./target`"
|
||||
required: false
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value that indicates an exact match was found'
|
||||
description: "A boolean value that indicates an exact match was found"
|
||||
runs:
|
||||
using: "node12"
|
||||
main: "dist/restore/index.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue