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),
|
contents: insertLf(key, false, true),
|
||||||
options: {
|
options: {
|
||||||
mode: 0o400,
|
mode: 0o400,
|
||||||
flag: "ax",
|
flag: "wx",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,7 +62,7 @@ function main(): void
|
||||||
contents: insertLf(key, false, true),
|
contents: insertLf(key, false, true),
|
||||||
options: {
|
options: {
|
||||||
mode: 0o400,
|
mode: 0o400,
|
||||||
flag: "ax",
|
flag: "wx",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue