updated dist/index.js
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -1330,6 +1330,10 @@ const cache = __importStar(__webpack_require__(365));
|
|||||||
function run() {
|
function run() {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
try {
|
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('------------------------');
|
||||||
let versionSpec = core.getInput('ruby-version', { required: true });
|
let versionSpec = core.getInput('ruby-version', { required: true });
|
||||||
if (!versionSpec) {
|
if (!versionSpec) {
|
||||||
// deprecated
|
// deprecated
|
||||||
|
|||||||
Reference in New Issue
Block a user