Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
prettier run
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenaSviridenko committed Feb 3, 2021
1 parent c624fe2 commit c48caba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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});
Expand Down

0 comments on commit c48caba

Please sign in to comment.