mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-12 12:38:05 +00: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 getInputs from './inputs'
|
||||||
import setOutputs from './outputs'
|
import setOutputs from './outputs'
|
||||||
import install from './install'
|
import install from './install'
|
||||||
|
|
||||||
|
warning(`EXEC_PATH ${process.execPath}`)
|
||||||
|
warning(`EXEC_ARGV ${inspect(process.execArgv)}`)
|
||||||
|
|
||||||
const inputs = getInputs()
|
const inputs = getInputs()
|
||||||
|
|
||||||
install(inputs).then(() => {
|
install(inputs).then(() => {
|
||||||
|
Loading…
Reference in New Issue
Block a user