Skip to content

Commit 93fc727

Browse files
committed
github workflow: Add optional ssh session.
1 parent fc0e486 commit 93fc727

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ on:
88
branches:
99
- master
1010
workflow_dispatch:
11+
inputs:
12+
debug_enabled:
13+
type: boolean
14+
description: 'Start an SSH server on failure.'
15+
required: false
16+
default: false
1117

1218
jobs:
1319
build:

0 commit comments

Comments
 (0)