1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

output log in main phase

This commit is contained in:
shimataro 2023-10-11 11:37:14 +09:00
parent b648d7324c
commit dd581889f6
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
3 changed files with 34 additions and 34 deletions

60
dist/main.js vendored

File diff suppressed because one or more lines are too long

6
dist/main.js.map vendored

File diff suppressed because one or more lines are too long

View file

@ -102,7 +102,7 @@ export function main(): void {
}
common.saveCreatedFileNames(createdFileNames);
console.log(`SSH key has been stored to ${sshDirName} successfully.`);
console.log(`Following files has been created into "${sshDirName}" successfully; ${createdFileNames.join(", ")}`);
if (backedUpFileNames.length > 0) {
console.log(`Following files has been backed up in suffix "${backupSuffix}"; ${backedUpFileNames.join(", ")}`);
}