Skip to content

Commit 7b25859

Browse files
WVerlaekkylos101
authored andcommitted
Fix debug_enabled workflow input
1 parent ff1ac40 commit 7b25859

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
env:
2222
DOCKER_CLI_VERSION: "25.0.1"

0 commit comments

Comments
 (0)