Support whitespace separated list

This commit is contained in:
Taiki Endo
2025-12-17 19:46:38 +09:00
parent 72b24c709c
commit 5d018ee3d2
4 changed files with 48 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ GitHub Action for installing development tools (mainly from GitHub Releases).
| Name | Required | Description | Type | Default |
| ---- | :------: | ----------- | ---- | ------- |
| tool | **✓** | Tools to install (comma-separated list) | String | |
| tool | **✓** | Tools to install (whitespace or comma separated list) | String | |
| checksum | | Whether to enable checksums | Boolean | `true` |
### Example workflow