mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-17 04:24:44 +00:00
9 lines
271 B
Bash
Executable file
9 lines
271 B
Bash
Executable file
#! /bin/sh
|
|
# shellcheck disable=SC2155,SC2088
|
|
export HOME="$(pwd)"
|
|
export INPUT_VERSION=4.11.1
|
|
export INPUT_DEST='~/pnpm.temp'
|
|
export INPUT_BIN_DEST='~/pnpm.temp/.bin'
|
|
export INPUT_REGISTRY=https://registry.npmjs.com
|
|
export INPUT_RUN_INSTALL=null
|
|
exec node dist/index.js
|