Skip to content

Commit 8d56c33

Browse files
WVerlaekkylos101
authored andcommitted
Fix debug_enabled workflow input
1 parent 0063351 commit 8d56c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
debug_enabled:
1717
description: 'To run with tmate enter "debug_enabled"'
1818
required: false
19-
default: "false"
19+
default: ""
2020

2121
permissions:
2222
contents: read # to fetch code (actions/checkout)

0 commit comments

Comments
 (0)