ruby / setup-ruby

An action to download a prebuilt Ruby and add it to the PATH in 5 seconds

Home Page:https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ruby-version-file argument

sevenc-nanashi opened this issue · comments

I would like a argument ruby-version-file, which specifies path of .ruby-version file. (FYI: Other setup-xxx actions, such as setup-node supports it.)

Isn't the working-directory input enough? Also it sounds pretty strange to have a .ruby-version that's not properly named or at the root of the repo/project. Could you show your specific case?

I didn't know working-directory input, thanks for letting me know.
I thought that this would be useful for monorepo, but sounds like working-directory input is enough.