mirror of
https://github.com/pnpm/action-setup.git
synced 2025-03-15 15:05:12 +08:00
fix: fmt
This commit is contained in:
parent
4504319403
commit
327b709af8
@ -43,7 +43,7 @@ async function readTarget(opts: {
|
||||
const { version, packageJsonFile, standalone } = opts
|
||||
const { GITHUB_WORKSPACE } = process.env
|
||||
|
||||
let packageManager;
|
||||
let packageManager
|
||||
|
||||
if (GITHUB_WORKSPACE) {
|
||||
({ packageManager } = JSON.parse(await readFile(path.join(GITHUB_WORKSPACE, packageJsonFile), 'utf8')))
|
||||
|
Loading…
x
Reference in New Issue
Block a user