mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
PNPM_HOME_PATH=>PNPM_HOME
This commit is contained in:
parent
6ff6e97bc6
commit
e6378df420
BIN
dist/index.js
vendored
BIN
dist/index.js
vendored
Binary file not shown.
@ -30,10 +30,7 @@ export async function runSelfInstaller(inputs: Inputs): Promise<number> {
|
||||
if (exitCode === 0) {
|
||||
const pnpmHome = join(dest, 'node_modules/.bin')
|
||||
core.addPath(pnpmHome)
|
||||
// This environment variable will be available in future steps as PNPM_HOME
|
||||
// It is written as PNPM_HOME_PATH due to a convention in GitHub actions:
|
||||
// > Any new environment variables you set that point to a location on the filesystem should have a _PATH suffix.
|
||||
core.exportVariable('PNPM_HOME_PATH', pnpmHome)
|
||||
core.exportVariable('PNPM_HOME', pnpmHome)
|
||||
}
|
||||
return exitCode
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user