mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-06-08 05:01:11 +00:00
Remove package-dir input
This commit is contained in:
parent
086599f868
commit
3fa1d09fcc
2 changed files with 0 additions and 6 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue