Skip to content

Commit bb6597e

Browse files
WVerlaeknandajavarma
authored andcommitted
Fix debug_enabled workflow input
1 parent 9b45a0d commit bb6597e

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: "20.10.17"

0 commit comments

Comments
 (0)