prettier format

This commit is contained in:
Evgenii Korolevskii
2022-09-08 15:11:06 +02:00
parent db58e98a43
commit c4e169859f
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ const cachePackages = async () => {
);
if (nonExistingPaths.length === cachePaths.length) {
core.warning("There are no cache folders on the disk");
core.warning('There are no cache folders on the disk');
return;
}