fix comment

This commit is contained in:
Dmitry Shibanov 2023-04-04 12:22:43 +02:00
parent fca93898f9
commit 1b4fbf71a0
2 changed files with 2 additions and 2 deletions

View File

@ -59630,7 +59630,7 @@ function saveCache(packageManager) {
return __awaiter(this, void 0, void 0, function* () {
const cachePathState = core.getState(cache_distributor_1.State.CACHE_PATHS);
if (!cachePathState) {
core.warning('State paths for saving/restoring is empty. Could you please check previous logs and verify that the version python is specified version?');
core.warning('Cache paths are empty. Please check the previous logs and make sure that the python version is specified');
return;
}
const cachePaths = JSON.parse(cachePathState);

View File

@ -21,7 +21,7 @@ async function saveCache(packageManager: string) {
if (!cachePathState) {
core.warning(
'State paths for saving/restoring is empty. Could you please check previous logs and verify that the version python is specified version?'
'Cache paths are empty. Please check the previous logs and make sure that the python version is specified'
);
return;
}