Clarify that package_json_file is relative to GITHUB_WORKSPACE (#184)

* 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.

* Apply suggestion from @zkochan

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
This commit is contained in:
Chris Martin
2025-12-06 17:36:02 -07:00
committed by GitHub
parent 3a0024f066
commit ee7b8711bd

View File

@@ -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 relative to the repository root (GITHUB_WORKSPACE).
required: false
default: 'package.json'
standalone: