Files
setup-ruby/action.yml
2019-06-26 14:28:48 -04:00

10 lines
268 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: 'The Ruby version to use. Defaults to >= 2.4'
default: '>= 2.4'
runs:
using: 'node'
main: 'lib/main.js'