mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-12 22:30:48 +08:00
加注释
This commit is contained in:
@ -159,6 +159,7 @@ runs:
|
|||||||
- uses: pnpm/action-setup@v4 # https://github.com/pnpm/action-setup?tab=readme-ov-file#inputs
|
- uses: pnpm/action-setup@v4 # https://github.com/pnpm/action-setup?tab=readme-ov-file#inputs
|
||||||
if: steps.prepare.outputs.pnpmInstalled == 'false'
|
if: steps.prepare.outputs.pnpmInstalled == 'false'
|
||||||
with:
|
with:
|
||||||
|
# https://github.com/pnpm/action-setup/blob/master/action.yml
|
||||||
version: ${{ steps.prepare.outputs.pnpmVersion }}
|
version: ${{ steps.prepare.outputs.pnpmVersion }}
|
||||||
standalone: ${{ inputs.pnpm_standalone }}
|
standalone: ${{ inputs.pnpm_standalone }}
|
||||||
package_json_file: ${{ inputs.working-directory }}/package.json
|
package_json_file: ${{ inputs.working-directory }}/package.json
|
||||||
|
Reference in New Issue
Block a user