Skip to content

Commit af71e8b

Browse files
committed
ci: add enable-tmate workflow input
1 parent 60e8808 commit af71e8b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/rust-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ on:
3232
required: false
3333
type: string
3434
default: ''
35+
enable-tmate:
36+
description: 'Enable tmate session on failure for debugging'
37+
required: false
38+
type: boolean
39+
default: false
3540

3641
defaults:
3742
run:

0 commit comments

Comments
 (0)