Use execPath
This commit is contained in:
parent
ed88a96c4e
commit
e1bd3c6b13
3 changed files with 3 additions and 6 deletions
|
|
@ -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(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue