taiki-e / install-action

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

codegen: Allow skipping existing versions #485

Closed jayvdb closed 5 months ago

jayvdb commented 5 months ago

As part of development of https://github.com/taiki-e/install-action/pull/473 it was necessary to process all tools, and I didnt want to fetch all of the binaries. This feature makes that possible. I am happy to add docs about it wherever would be sensible.