From 3f7f2bd74f95d407a45d96b106f26d4f6c238fab Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 24 Apr 2026 10:08:21 +0000 Subject: [PATCH] cargo-llvm-cov --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 95ecee99..1b8b2d70 100644 --- a/action.yml +++ b/action.yml @@ -4,8 +4,8 @@ description: GitHub Action for installing development tools inputs: tool: description: Tools to install (whitespace or comma separated list) - required: true - # default: #publish:tool + required: false + default: cargo-llvm-cov checksum: description: Whether to enable checksums (strongly discouraged to disable) required: false