add description

This commit is contained in:
Arpad Borsos
2021-05-19 10:10:43 +02:00
parent f82d41bcc2
commit 3b8bbcb11d
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"