Skip to content

Commit f285708

Browse files
github-actions[bot]amanstep
authored andcommitted
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 ---------
1 parent 30f0ecb commit f285708

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)