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

Commit

Permalink
added core.info
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenaSviridenko committed Feb 3, 2021
1 parent 8363637 commit e0c4d78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0c4d78

Please sign in to comment.