mirror of
https://github.com/pnpm/action-setup.git
synced 2025-07-17 21:20:22 +08:00
Use execPath
This commit is contained in:
@ -1,12 +1,8 @@
|
||||
import { inspect } from 'util'
|
||||
import { setFailed, warning } from '@actions/core'
|
||||
import { setFailed } from '@actions/core'
|
||||
import getInputs from './inputs'
|
||||
import setOutputs from './outputs'
|
||||
import install from './install'
|
||||
|
||||
warning(`EXEC_PATH ${process.execPath}`)
|
||||
warning(`EXEC_ARGV ${inspect(process.execArgv)}`)
|
||||
|
||||
const inputs = getInputs()
|
||||
|
||||
install(inputs).then(() => {
|
||||
|
Reference in New Issue
Block a user