Add changes before sync with upstream

This commit is contained in:
Ivan Zosimov (Akvelon INC) 2022-03-05 13:24:53 +03:00
parent 2d0c507407
commit 07ecad3aa8
3 changed files with 6 additions and 6 deletions

View file

@ -26,8 +26,9 @@ const cachePackages = async () => {
return;
}
const packageManager = cacheInput.toUpperCase() === 'TRUE' ? 'default' : cacheInput;
const packageManager =
cacheInput.toUpperCase() === 'TRUE' ? 'default' : cacheInput;
const state = core.getState(State.CacheMatchedKey);
const primaryKey = core.getState(State.CachePrimaryKey);