Files
setup-ruby/action.yml
Stephen Franceschelli ea8812ffe3 Fixes.
2019-07-15 14:26:50 -04:00

12 lines
291 B
YAML

name: 'Setup Ruby for use with actions'
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'