mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 05:19:08 +08:00 
			
		
		
		
	Debug
This commit is contained in:
		@@ -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(() => {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user