File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,22 @@ run-name: "SSH Debug ${{ inputs.runner }}"
3
3
on :
4
4
workflow_dispatch :
5
5
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.
18
18
debug :
19
19
required : false
20
- type : bool
21
- default : true
20
+ type : boolean
21
+ default : false
22
22
description : Run sshd with debug enabled.
23
23
24
24
You can’t perform that action at this time.
0 commit comments