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) {