From e8101c18b1424bfb0c411846747c32b8b40645b5 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 4 Dec 2025 02:45:57 +0900 Subject: [PATCH] Tweak docs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7cd78fc1..1b0bc6b8 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ GitHub Action for installing development tools (mainly from GitHub Releases). ### Inputs -| Name | Required | Description | Type | Default | -| -------- |:--------:| --------------------------------------- | ------- | ------- | -| tool | **✓** | Tools to install (comma-separated list) | String | | -| checksum | | Whether to enable checksums | Boolean | `true` | +| Name | Required | Description | Type | Default | +| ---- | :------: | ----------- | ---- | ------- | +| tool | **✓** | Tools to install (comma-separated list) | String | | +| checksum | | Whether to enable checksums | Boolean | `true` | ### Example workflow