diff --git a/dist/index.js b/dist/index.js index 613d5e0..a36baa4 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 ${sha256} for GitHub repository ${ownerAndRepo}`); + console.log(`Added deploy-key mapping: Use key "${key}" for GitHub repository ${ownerAndRepo}`); }); } catch (error) { diff --git a/index.js b/index.js index f84e2c4..23d818a 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 ${sha256} for GitHub repository ${ownerAndRepo}`); + console.log(`Added deploy-key mapping: Use key "${key}" for GitHub repository ${ownerAndRepo}`); }); } catch (error) {