mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
添加 package_json_file 输入以支持指定工作目录中的 package.json
This commit is contained in:
@ -161,6 +161,7 @@ runs:
|
||||
with:
|
||||
version: ${{ steps.prepare.outputs.pnpmVersion }}
|
||||
standalone: ${{ inputs.pnpm_standalone }}
|
||||
package_json_file: ${{ inputs.working-directory }}/package.json
|
||||
|
||||
- uses: actions/setup-node@v4 # https://github.com/actions/setup-node?tab=readme-ov-file#usage
|
||||
with:
|
||||
|
Reference in New Issue
Block a user