Remove package-dir input

This commit is contained in:
Sergey Dolin 2023-04-13 09:19:36 +02:00
parent 086599f868
commit 3fa1d09fcc
2 changed files with 0 additions and 6 deletions

View file

@ -52,10 +52,6 @@ export const getCommandOutput = async (
};
export const getPackageManagerWorkingDir = (): string | null => {
const projectDir = core.getInput('project-dir');
if (projectDir) {
return projectDir;
}
const cache = core.getInput('cache');
if (cache !== 'yarn') {