From f1e25145c05ac4503ae955e26cb662d87b4d7762 Mon Sep 17 00:00:00 2001 From: Adam Rogas Date: Fri, 4 Dec 2020 17:10:36 -0800 Subject: [PATCH] Update action.yml --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index e43c44f..36546cf 100644 --- a/action.yml +++ b/action.yml @@ -6,6 +6,8 @@ inputs: required: true ssh-auth-sock: description: 'Where to place the SSH Agent auth socket' + home-dir: + description: 'Explicit home directory' runs: using: 'node12' main: 'dist/index.js'