From e6e3706b36bdbc3bb58f5b2929880b9e2e051d48 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 17 Jan 2025 16:45:12 +0900 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf8544d4..156b03f0 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ GitHub Action for installing development tools (mainly from GitHub Releases). | Name | Required | Description | Type | Default | | -------- |:--------:| --------------------------------------- | ------- | ------- | -| tool | **true** | Tools to install (comma-separated list) | String | | -| checksum | false | Whether to enable checksums | Boolean | `true` | +| tool | **✓** | Tools to install (comma-separated list) | String | | +| checksum | | Whether to enable checksums | Boolean | `true` | ### Example workflow