Skip to content

Commit ee7b871

Browse files
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 <[email protected]>
1 parent 3a0024f commit ee7b871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616
required: false
1717
default: 'null'
1818
package_json_file:
19-
description: File path to the package.json to read "packageManager" configuration
19+
description: File path to the package.json to read "packageManager" configuration. This path must be relative to the repository root (GITHUB_WORKSPACE).
2020
required: false
2121
default: 'package.json'
2222
standalone:

0 commit comments

Comments
 (0)