format code

This commit is contained in:
Dmitry Shibanov 2022-12-05 23:08:49 +01:00
parent 487336cf4a
commit 3a18a01125
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ export async function getInfoFromManifest(
core.debug('No manifest cached'); core.debug('No manifest cached');
manifest = await getManifest(auth); manifest = await getManifest(auth);
} }
core.info(`matching ${versionSpec}...`); core.info(`matching ${versionSpec}...`);
const rel = await tc.findFromManifest(versionSpec, stable, manifest, arch); const rel = await tc.findFromManifest(versionSpec, stable, manifest, arch);