mirror of
https://github.com/pnpm/action-setup.git
synced 2026-06-14 15:43:46 +08:00
Clarify that package_json_file is relative to GITHUB_WORKSPACE
Clarify the description for package_json_file parameter to specify that the path must be relative to the repository root.
This commit is contained in:
@@ -16,7 +16,7 @@ inputs:
|
||||
required: false
|
||||
default: 'null'
|
||||
package_json_file:
|
||||
description: File path to the package.json to read "packageManager" configuration
|
||||
description: File path to the package.json to read "packageManager" configuration. This path must be relatve to the repository root (GITHUB_WORKSPACE).
|
||||
required: false
|
||||
default: 'package.json'
|
||||
standalone:
|
||||
|
||||
Reference in New Issue
Block a user