File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58123,7 +58123,7 @@ async function run_linux() {
58123
58123
try {
58124
58124
const distro = await lsb_release();
58125
58125
const cache_dir = 'cache-tarantool';
58126
- core.startGroup(' Checking latest tarantool version' );
58126
+ core.startGroup(` Checking latest tarantool ${tarantool_version} version` );
58127
58127
const version = await latest_version(tarantool_version);
58128
58128
core.endGroup();
58129
58129
core.info(`${version}`);
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ async function run_linux(): Promise<void> {
125
125
try {
126
126
const distro = await lsb_release ( )
127
127
const cache_dir = 'cache-tarantool'
128
- core . startGroup ( ' Checking latest tarantool version' )
128
+ core . startGroup ( ` Checking latest tarantool ${ tarantool_version } version` )
129
129
const version = await latest_version ( tarantool_version )
130
130
core . endGroup ( )
131
131
core . info ( `${ version } ` )
You can’t perform that action at this time.
0 commit comments