1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00
This commit is contained in:
shimataro 2021-03-07 19:36:55 +09:00
parent 82aae60510
commit a005abbf9b
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
2 changed files with 2 additions and 2 deletions

View file

@ -469,7 +469,7 @@ function main() {
contents: insertLf(key, false, true),
options: {
mode: 0o400,
flag: "ax",
flag: "wx",
},
});
}

View file

@ -62,7 +62,7 @@ function main(): void
contents: insertLf(key, false, true),
options: {
mode: 0o400,
flag: "ax",
flag: "wx",
},
});
}