diff --git a/src/main.ts b/src/main.ts index 88a616c..c837c04 100644 --- a/src/main.ts +++ b/src/main.ts @@ -29,16 +29,6 @@ function main(): void flag: "ax", }, }, - { - name: `${name}.pub`, - contents: core.getInput("public-key", { - required: true, - }), - options: { - mode: 0o444, - flag: "ax", - }, - }, { name: "known_hosts", contents: core.getInput("known-hosts") + "\n",