Mohamed Ibrahim

Results 3 comments of Mohamed Ibrahim

I saw the same concept works for `user-ruby-action` as following: (tested and working) ``` - name: Install Ruby version from .ruby-version uses: eregon/use-ruby-action@master ``` It would be nice if that...

That got me confused as I was trying to install my ruby version which I can't give as an argument for setup-ruby, and the only way mentioned as in the...

Thanks, @MSP-Greg for clarification, both have the same name really confused me, between Ruby and Actions, and BTW when I used: ``` uses: ruby/setup-ruby@v1 ``` without `with` clause it worked...