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'