From e0c4d78b1a56494f4824df890edda6c3130dd628 Mon Sep 17 00:00:00 2001 From: AlyonaSviridenko Date: Wed, 3 Feb 2021 14:43:32 +0300 Subject: [PATCH] added core.info --- src/main.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index e9a6a64..97538e2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -3,7 +3,11 @@ import * as cache from './cache'; export async function run() { try { - core.info('Please note: this action is deprecated and will not be maintained in future by GitHub engineers. Please, migrate to https://github.com/ruby/setup-ruby from official Ruby community.'); + core.info('------------------------'); + core.info('NOTE: this action is deprecated and will not be maintained in future by GitHub engineers.'); + core.info('Please, migrate to https://github.com/ruby/setup-ruby from official Ruby community.'); + core.info('------------------------'); + let versionSpec = core.getInput('ruby-version', {required: true}); if (!versionSpec) { // deprecated