mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-16 20:14:45 +00:00
Update action.yml
This commit is contained in:
parent
99ecd24520
commit
10693b3829
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
name: Setup PNPM
|
||||
description: Install PNPM package manager
|
||||
name: Setup pnpm
|
||||
description: Install pnpm package manager
|
||||
branding:
|
||||
icon: package
|
||||
color: orange
|
||||
inputs:
|
||||
version:
|
||||
description: Version of PNPM to install
|
||||
description: Version of pnpm to install
|
||||
dest:
|
||||
description: Where to store PNPM files
|
||||
description: Where to store pnpm files
|
||||
required: false
|
||||
default: ~/setup-pnpm
|
||||
run_install:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue