mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-23 22:50:47 +00:00
Update index.js
This commit is contained in:
parent
780d0ee9a3
commit
1f5de2381e
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -4,7 +4,7 @@ const fs = require('fs');
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
const home = process.env['HOME'];
|
const home = core.getInput('home-dir') ? core.getInput('home-dir') : process.env['HOME'];
|
||||||
const homeSsh = home + '/.ssh';
|
const homeSsh = home + '/.ssh';
|
||||||
|
|
||||||
const privateKey = core.getInput('ssh-private-key');
|
const privateKey = core.getInput('ssh-private-key');
|
||||||
|
|
Loading…
Add table
Reference in a new issue