Files
setup-ruby/action.yml
Danny McCormick c6c44b217a
Some checks failed
Main workflow / Run (ubuntu-latest) (push) Has been cancelled
Main workflow / Run (windows-latest) (push) Has been cancelled
Use ruby-version (#10)
2019-08-13 16:29:23 -04:00

14 lines
475 B
YAML

name: 'Setup Ruby environment'
description: 'Setup a Ruby environment and add it to the PATH'
author: 'GitHub'
inputs:
ruby-version:
description: 'Version range or exact version of a Ruby version to use.'
default: '>= 2.4'
# Deprecated option, do not use. Will not be supported after October 1, 2019
version:
description: 'Deprecated. Use ruby-version instead. Will not be supported after October 1, 2019'
runs:
using: 'node12'
main: 'lib/setup-ruby.js'