mirror of
https://gitea.com/actions/setup-node.git
synced 2025-09-16 08:38:35 +08:00
Remove package-dir input
This commit is contained in:
@@ -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') {
|
||||
|
Reference in New Issue
Block a user