engineerd / configurator

Cross-platform GitHub Action to download, extract, and add to path statically compiled tools
https://radu-matei.com/blog/github-action-cross-plat-configure-tools/
MIT License
26 stars 13 forks source link

Configure multiple tools with a single action invocation #3

Open radu-matei opened 5 years ago

radu-matei commented 5 years ago

Right now, if you want to setup N tools, you need to invoke this action N times - it would be really helpful if a list of the inputs could be provided - not sure this is possible with the current GitHub Actions metadata schema.

RichiCoder1 commented 4 years ago

I can confirm from previous experience that you basically have to build your own mini-conf-DSL to do this sort of thing, having tackled this sort of thing myself.