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:
parent
16c7c9fa2b
commit
e5c6fd5221
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue