support working-directory input, cleanup

This commit is contained in:
Arpad Borsos
2020-12-07 23:56:50 +01:00
parent fb2efae33d
commit 9e10a44ea3
6 changed files with 53 additions and 49 deletions

View File

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