From d624cca66900be47091e84bee5f84c9da9c64c19 Mon Sep 17 00:00:00 2001 From: Thorsten Blum Date: Fri, 29 Mar 2024 23:37:58 +0100 Subject: [PATCH] Refactor --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index edb10a2..c30d466 100644 --- a/action.yml +++ b/action.yml @@ -22,10 +22,10 @@ inputs: required: false type: string db_main: - description: Load the "main" virus database + description: Download the "main" virus database (> 160 MB) default: false db_daily: - description: Load the "daily" virus database + description: Download the "daily" virus database (> 60 MB) default: false debug: description: Enable debug messages from libclamav