Files
setup-ruby/action.yml
Danny McCormick 15a6f141d8 Update action name
2019-08-12 14:41:43 -04:00

12 lines
282 B
YAML

name: 'Setup Ruby environment'
description: 'Setup a Ruby environment and add it to the PATH'
author: 'GitHub'
inputs:
version:
description: 'Version range or exact version of a Ruby version to use.'
default: '>= 2.4'
runs:
using: 'node12'
main: 'lib/setup-ruby.js'