From c48caba78306a49398939180b6e45aa88a1988c3 Mon Sep 17 00:00:00 2001 From: AlyonaSviridenko Date: Wed, 3 Feb 2021 15:00:38 +0300 Subject: [PATCH] prettier run --- src/main.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 97538e2..be1c13b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -4,8 +4,12 @@ import * as cache from './cache'; export async function run() { try { 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( + '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});