mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add debug to ssh tunnel workflow
This commit is contained in:
parent
e39d84ac38
commit
3597c8d5df
1 changed files with 2 additions and 1 deletions
3
.github/actions/ssh-tunnel/action.yml
vendored
3
.github/actions/ssh-tunnel/action.yml
vendored
|
@ -13,7 +13,8 @@ inputs:
|
|||
debug:
|
||||
required: false
|
||||
type: bool
|
||||
default: true
|
||||
default: false
|
||||
description: Run sshd with debug enabled.
|
||||
|
||||
runs:
|
||||
using: composite
|
||||
|
|
Loading…
Add table
Reference in a new issue