mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* make public key omittable
This commit is contained in:
parent
1da42535e4
commit
42dee50469
1 changed files with 0 additions and 10 deletions
10
src/main.ts
10
src/main.ts
|
@ -29,16 +29,6 @@ function main(): void
|
||||||
flag: "ax",
|
flag: "ax",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: `${name}.pub`,
|
|
||||||
contents: core.getInput("public-key", {
|
|
||||||
required: true,
|
|
||||||
}),
|
|
||||||
options: {
|
|
||||||
mode: 0o444,
|
|
||||||
flag: "ax",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "known_hosts",
|
name: "known_hosts",
|
||||||
contents: core.getInput("known-hosts") + "\n",
|
contents: core.getInput("known-hosts") + "\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue