Skip to content

Commit 562dbbf

Browse files
authored
fix: correct typo in error message (#125)
1 parent 00884bc commit 562dbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/install-pnpm/run.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Remove one of these versions to avoid version mismatch errors like ERR_PNPM_BAD_
7272

7373
if (!GITHUB_WORKSPACE) {
7474
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,
75+
If you've intended to let pnpm/action-setup read preferred pnpm version from the "packageManager" field in the package.json file,
7676
please run the actions/checkout before pnpm/action-setup.
7777
Otherwise, please specify the pnpm version in the action configuration.`)
7878
}

0 commit comments

Comments
 (0)