Files
setup-ruby/action.yml
T
2020-01-01 16:54:25 +01:00

13 lines
308 B
YAML

name: 'use-ruby'
description: 'Download a prebuilt ruby and add it to $PATH'
inputs:
ruby-version:
description: 'Version of ruby to use in the format "X.Y.Z"'
required: true
outputs:
ruby-prefix:
description: 'The prefix of the installed ruby'
runs:
using: 'node12'
main: 'dist/index.js'