From bcd9c12595a3f327002d8f329e843af4276fd6c1 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Sat, 27 Feb 2021 11:05:12 +0000 Subject: [PATCH] Print key file name --- dist/index.js | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 238b3f1..557ea38 100644 --- a/dist/index.js +++ b/dist/index.js @@ -199,7 +199,7 @@ try { fs.appendFileSync(`${homeSsh}/config`, sshConfig); - console.log(`Added deploy-key mapping: Use key "${key}" for GitHub repository ${ownerAndRepo}`); + console.log(`Added deploy-key mapping: Use key "${key}" for GitHub repository ${ownerAndRepo}, key file "${sha256}"`); }); } catch (error) { diff --git a/index.js b/index.js index e1dfe3a..5e42acd 100644 --- a/index.js +++ b/index.js @@ -82,7 +82,7 @@ try { fs.appendFileSync(`${homeSsh}/config`, sshConfig); - console.log(`Added deploy-key mapping: Use key "${key}" for GitHub repository ${ownerAndRepo}`); + console.log(`Added deploy-key mapping: Use key "${key}" for GitHub repository ${ownerAndRepo}, key file "${sha256}"`); }); } catch (error) {