1
0
mirror of https://github.com/pnpm/action-setup.git synced 2026-03-07 08:21:45 +08:00
This commit is contained in:
Chris Martin 2025-10-23 17:27:51 -06:00 committed by GitHub
commit e1007260df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ inputs:
required: false required: false
default: 'null' default: 'null'
package_json_file: 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 required: false
default: 'package.json' default: 'package.json'
standalone: standalone: