We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0d1c8 commit b8d447bCopy full SHA for b8d447b
action.yml
@@ -1,8 +1,12 @@
1
-name: 'use-ruby'
2
-description: 'Download a prebuilt ruby and add it to $PATH'
+name: 'Setup Ruby, JRuby and TruffleRuby'
+description: 'Download a prebuilt Ruby and add it to $PATH in 5 seconds'
3
+author: 'Benoit Daloze'
4
+branding:
5
+ color: red
6
+ icon: download
7
inputs:
8
ruby-version:
- description: 'Version of ruby to use in the format "X.Y.Z"'
9
+ description: 'Engine and version to use in the format "myruby-X.Y.Z"'
10
required: true
11
outputs:
12
ruby-prefix:
0 commit comments