mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add debug option to ssh-debug workflow
This commit is contained in:
parent
3597c8d5df
commit
63f8d5792f
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ssh-debug.yml
vendored
6
.github/workflows/ssh-debug.yml
vendored
|
@ -19,6 +19,11 @@ on:
|
|||
type: string
|
||||
required: True
|
||||
description: Your public key for ssh access.
|
||||
debug:
|
||||
required: false
|
||||
type: bool
|
||||
default: true
|
||||
description: Run sshd with debug enabled.
|
||||
|
||||
|
||||
|
||||
|
@ -36,3 +41,4 @@ jobs:
|
|||
with:
|
||||
public_key: ${{ inputs.public_key }}
|
||||
offer: ${{ inputs.offer }}
|
||||
debug: ${{ inputs.debug }}
|
||||
|
|
Loading…
Add table
Reference in a new issue