Files
setup-ruby/action.yml

12 lines
291 B
YAML
Raw Normal View History

2019-06-26 14:28:48 -04:00
name: 'Setup Ruby for use with actions'
description: 'Setup a Ruby environment and add it to the PATH'
2019-06-26 14:22:50 -04:00
author: 'GitHub'
inputs:
2019-06-26 14:28:48 -04:00
version:
2019-06-27 11:50:36 -04:00
description: 'Version range or exact version of a Ruby version to use.'
2019-06-26 14:28:48 -04:00
default: '>= 2.4'
2019-06-27 11:50:36 -04:00
2019-06-26 14:22:50 -04:00
runs:
2019-07-09 12:44:34 -04:00
using: 'node12'
2019-07-15 14:26:50 -04:00
main: 'lib/setup-ruby.js'