Skip to content

Commit 7c95b78

Browse files
committed
Fix debug option
1 parent 9c4d258 commit 7c95b78

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ssh-debug.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ run-name: "SSH Debug ${{ inputs.runner }}"
33
on:
44
workflow_dispatch:
55
inputs:
6-
runner:
7-
type: string
8-
required: True
9-
description: The runner to start a tunnel on.
10-
offer:
11-
type: string
12-
required: True
13-
description: SDP Offer
14-
public_key:
15-
type: string
16-
required: True
17-
description: Your public key for ssh access.
6+
runner:
7+
type: string
8+
required: True
9+
description: The runner to start a tunnel on.
10+
offer:
11+
type: string
12+
required: True
13+
description: SDP Offer
14+
public_key:
15+
type: string
16+
required: True
17+
description: Your public key for ssh access.
1818
debug:
1919
required: false
20-
type: bool
21-
default: true
20+
type: boolean
21+
default: false
2222
description: Run sshd with debug enabled.
2323

2424

0 commit comments

Comments
 (0)