3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-11-02 05:37:51 +00:00

add description

This commit is contained in:
Arpad Borsos 2021-05-19 10:10:43 +02:00
parent f82d41bcc2
commit 3b8bbcb11d
No known key found for this signature in database
GPG key ID: FC7BCA77824B3298
2 changed files with 9 additions and 4 deletions

View file

@ -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"