From 218141a67fd5444db71271770b257e90da76d8ce Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 27 Dec 2025 11:10:18 +0900 Subject: [PATCH] cargo-tarpaulin --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 98cadc33..2f5aae1e 100644 --- a/action.yml +++ b/action.yml @@ -4,8 +4,8 @@ description: GitHub Action for installing development tools inputs: tool: description: Tools to install (comma-separated list) - required: true - # default: #publish:tool + required: false + default: cargo-tarpaulin checksum: description: Whether to enable checksums required: false