print runner_os

This commit is contained in:
Aparna Jyothi 2024-08-06 11:07:35 +05:30
parent 26961cf329
commit d68174657c
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@ export const restoreCache = async (
throw new Error(`Caching for '${packageManager}' is not supported`);
}
const platform = process.env.RUNNER_OS;
core.info(`platform runner.os: ${platform}`);
const cachePaths = await getCacheDirectories(
packageManagerInfo,
cacheDependencyPath