mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
* commit built files
This commit is contained in:
parent
d344e3125e
commit
1495b94fd7
2 changed files with 1 additions and 11 deletions
10
lib/main.js
10
lib/main.js
|
@ -27,16 +27,6 @@ function main() {
|
|||
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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue