What is the best way of reading ruby version from .ruby-version file?
Something like:
- uses: eregon/use-ruby-action@master
with:
ruby-version: "$(cat .ruby-version)" # or similar
Also, I didn't want to open an another issue for this but do you plan to support Windows? It would be awesome if we can get the windows builds. Windows support is live. Thank you.