From b8d447ba7506ac7e0c8fbc50762276fb3b7df731 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 2 Jan 2020 21:57:47 +0100 Subject: [PATCH] Fill action.yml --- action.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 2c4b88b..6378083 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,12 @@ -name: 'use-ruby' -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' +author: 'Benoit Daloze' +branding: + color: red + icon: download inputs: ruby-version: - description: 'Version of ruby to use in the format "X.Y.Z"' + description: 'Engine and version to use in the format "myruby-X.Y.Z"' required: true outputs: ruby-prefix: