cwd
This option specifies the path to the project's root directory.
Info
By default, it uses the value obtained from process.cwd().
For users with a monorepo
When using a pnpm workspace or similar setup, running actions-vercel with each project's directory specified in cwd may prevent dependencies from being installed correctly. For details, see Using a monorepo.