Skip to content

Commit f73b76f

Browse files
committed
Use false instead of no as default
1 parent 2e6787d commit f73b76f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: ./
2323
with:
2424
log_file: /tmp/clamd.log
25-
log_verbose: yes
25+
log_verbose: true
2626
- name: Ping clamd on TCP port 3310
2727
run: echo PING | nc localhost 3310
2828
- name: Ping clamd using the Unix socket

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ inputs:
1515
description: Streaming size limit
1616
default: 1M
1717
log_verbose:
18-
description: Enable verbose logging (yes or no)
19-
default: no
18+
description: Enable verbose logging
19+
default: false
2020
log_file:
2121
description: Enable logging to the selected file
2222
required: false

0 commit comments

Comments
 (0)