mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix debug option
This commit is contained in:
parent
63f8d5792f
commit
90fdf4ed28
1 changed files with 14 additions and 14 deletions
28
.github/workflows/ssh-debug.yml
vendored
28
.github/workflows/ssh-debug.yml
vendored
|
@ -7,22 +7,22 @@ on:
|
|||
- '**'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
runner:
|
||||
type: string
|
||||
required: True
|
||||
description: The runner to start a tunnel on.
|
||||
offer:
|
||||
type: string
|
||||
required: True
|
||||
description: SDP Offer
|
||||
public_key:
|
||||
type: string
|
||||
required: True
|
||||
description: Your public key for ssh access.
|
||||
runner:
|
||||
type: string
|
||||
required: True
|
||||
description: The runner to start a tunnel on.
|
||||
offer:
|
||||
type: string
|
||||
required: True
|
||||
description: SDP Offer
|
||||
public_key:
|
||||
type: string
|
||||
required: True
|
||||
description: Your public key for ssh access.
|
||||
debug:
|
||||
required: false
|
||||
type: bool
|
||||
default: true
|
||||
type: boolean
|
||||
default: false
|
||||
description: Run sshd with debug enabled.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue