mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
fix flag
This commit is contained in:
parent
82aae60510
commit
a005abbf9b
2 changed files with 2 additions and 2 deletions
|
@ -469,7 +469,7 @@ function main() {
|
|||
contents: insertLf(key, false, true),
|
||||
options: {
|
||||
mode: 0o400,
|
||||
flag: "ax",
|
||||
flag: "wx",
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue