We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6787d commit f73b76fCopy full SHA for f73b76f
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: ./
23
with:
24
log_file: /tmp/clamd.log
25
- log_verbose: yes
+ log_verbose: true
26
- name: Ping clamd on TCP port 3310
27
run: echo PING | nc localhost 3310
28
- name: Ping clamd using the Unix socket
action.yml
@@ -15,8 +15,8 @@ inputs:
15
description: Streaming size limit
16
default: 1M
17
log_verbose:
18
- description: Enable verbose logging (yes or no)
19
- default: no
+ description: Enable verbose logging
+ default: false
20
log_file:
21
description: Enable logging to the selected file
required: false
0 commit comments