From 783a8875aa13b759773489b5d4eb1ad8ecb18d57 Mon Sep 17 00:00:00 2001 From: Sam Lanning Date: Sun, 20 Oct 2019 11:47:54 -0700 Subject: [PATCH 1/2] Remove console log --- action/src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/action/src/index.ts b/action/src/index.ts index acdc985..ed160aa 100644 --- a/action/src/index.ts +++ b/action/src/index.ts @@ -205,8 +205,6 @@ const writeToProcess = (command: string, args: string[], opts: {env: { [id: stri SSH_AUTH_SOCK }); - console.log(env); - if (config.mode === 'ssh') { // Copy over the known_hosts file if set let known_hosts = config.knownHostsFile; From 91d458614aba08e3957ee24470800b2a040d1c5f Mon Sep 17 00:00:00 2001 From: Sam Lanning Date: Sun, 20 Oct 2019 11:48:31 -0700 Subject: [PATCH 2/2] Run build --- action/dist/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/action/dist/index.js b/action/dist/index.js index 2366deb..55dcf93 100644 --- a/action/dist/index.js +++ b/action/dist/index.js @@ -708,7 +708,6 @@ var writeToProcess = function (command, args, opts) { return new Promise(functio env = Object.assign({}, process.env, { SSH_AUTH_SOCK: SSH_AUTH_SOCK }); - console.log(env); if (!(config.mode === 'ssh')) return [3 /*break*/, 11]; known_hosts = config.knownHostsFile; // Use well-known known_hosts for certain domains