Skip to content

Commit b8d447b

Browse files
committed
Fill action.yml
1 parent ba0d1c8 commit b8d447b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

action.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
name: 'use-ruby'
2-
description: 'Download a prebuilt ruby and add it to $PATH'
1+
name: 'Setup Ruby, JRuby and TruffleRuby'
2+
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
37
inputs:
48
ruby-version:
5-
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"'
610
required: true
711
outputs:
812
ruby-prefix:

0 commit comments

Comments
 (0)