mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
Debug
This commit is contained in:
parent
2cdf59c2a3
commit
b223fef427
@ -1,8 +1,12 @@
|
||||
import { setFailed } from '@actions/core'
|
||||
import { inspect } from 'util'
|
||||
import { setFailed, warning } 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(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user