Fix find lock file

This commit is contained in:
Sergey Dolin 2023-04-11 08:38:20 +02:00
parent 02aa3290a3
commit 2d87f2fcc7
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;