Skip to content

Commit 91d4586

Browse files
committed
Run build
1 parent 783a887 commit 91d4586

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: action/dist/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,6 @@ var writeToProcess = function (command, args, opts) { return new Promise(functio
708708
env = Object.assign({}, process.env, {
709709
SSH_AUTH_SOCK: SSH_AUTH_SOCK
710710
});
711-
console.log(env);
712711
if (!(config.mode === 'ssh')) return [3 /*break*/, 11];
713712
known_hosts = config.knownHostsFile;
714713
// Use well-known known_hosts for certain domains

0 commit comments

Comments
 (0)