setup-ruby icon indicating copy to clipboard operation
setup-ruby copied to clipboard

Suggestion: new 'github-pages' value for 'ruby-version'

Open maxim-belkin opened this issue 5 years ago • 0 comments

It would've been great if we could say:

      - uses: actions/setup-ruby@v1
        with:
          ruby-version: 'github-pages'

to use Ruby that is currently required by the github-pages gem. This version can be extracted from https://pages.github.com/versions/ or https://pages.github.com/versions.json.

maxim-belkin avatar Oct 16 '20 21:10 maxim-belkin