taiki-e / install-action

GitHub Action for installing development tools (mainly from GitHub Releases).
Apache License 2.0
261 stars 32 forks source link

Trim whitespace from tool names #115

Closed daemontus closed 1 year ago

daemontus commented 1 year ago

If I list multiple tools in the tool list, the whitespace is included in tool name and the install fails. For example, tool: cargo-binstall, cargo-tarpaulin attempts to install " cargo-tarpaulin" which does not exist and is not a valid name anyway. The names of the tools should be trimmed after parsing :)

taiki-e commented 1 year ago

It seems reasonable to me.

daemontus commented 1 year ago

Awesome! Thank you.

taiki-e commented 1 year ago

Published in 2.8.0.