Fix find lock file

This commit is contained in:
Sergey Dolin 2023-04-11 08:38:20 +02:00
parent 318f863611
commit 086599f868
4 changed files with 13 additions and 9 deletions

View file

@ -51,7 +51,7 @@ export const getCommandOutput = async (
return stdout.trim();
};
const getPackageManagerWorkingDir = (): string | null => {
export const getPackageManagerWorkingDir = (): string | null => {
const projectDir = core.getInput('project-dir');
if (projectDir) {
return projectDir;