mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
add "if_key_exists"
This commit is contained in:
parent
8053198ce5
commit
3685ae93c6
3 changed files with 139 additions and 60 deletions
|
@ -21,6 +21,10 @@ inputs:
|
|||
description: "SSH config"
|
||||
required: false
|
||||
default: ""
|
||||
if_key_exists:
|
||||
description: "replace / ignore / fail"
|
||||
required: false
|
||||
default: "fail"
|
||||
runs:
|
||||
using: "node12"
|
||||
main: "lib/index.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue