Print key file name

This commit is contained in:
Matthias Pigulla 2021-02-27 11:05:12 +00:00
parent ab4471f51e
commit bcd9c12595
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View file

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

View file

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