From ff584fb4a89c26bf86d5f35ecc17c3db6c893783 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Thu, 23 Oct 2025 17:25:49 -0600 Subject: [PATCH] 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. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 831ced00..e7d76718 100644 --- a/action.yml +++ b/action.yml @@ -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: