Tweak docs

This commit is contained in:
Taiki Endo
2025-12-04 02:45:57 +09:00
parent c8c9b5bb95
commit e8101c18b1

View File

@@ -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