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

* fix message

This commit is contained in:
shimataro 2019-09-29 13:05:12 +09:00
parent 16c7c9fa2b
commit e5c6fd5221
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
3 changed files with 3 additions and 3 deletions

View file

@ -47,7 +47,7 @@ function main() {
mode: file.mode,
});
}
console.log(`SSH keys have been stored to ${dirName} successfully.`);
console.log(`SSH key has been stored to ${dirName} successfully.`);
}
catch (err) {
core.setFailed(err.message);