We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00884bc commit 562dbbfCopy full SHA for 562dbbf
src/install-pnpm/run.ts
@@ -72,7 +72,7 @@ Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_
72
73
if (!GITHUB_WORKSPACE) {
74
throw new Error(`No workspace is found.
75
-If you're intended to let pnpm/action-setup read preferred pnpm version from the "packageManager" field in the package.json file,
+If you've intended to let pnpm/action-setup read preferred pnpm version from the "packageManager" field in the package.json file,
76
please run the actions/checkout before pnpm/action-setup.
77
Otherwise, please specify the pnpm version in the action configuration.`)
78
}
0 commit comments