mirror of
				https://github.com/pnpm/action-setup.git
				synced 2025-11-04 03:28:19 +08:00 
			
		
		
		
	fix: add missing outputs metadata to action.yml (#127)
				
					
				
			This commit is contained in:
		@@ -23,6 +23,11 @@ inputs:
 | 
			
		||||
    description: When set to true, @pnpm/exe, which is a Node.js bundled package, will be installed, enabling using pnpm without Node.js.
 | 
			
		||||
    required: false
 | 
			
		||||
    default: 'false'
 | 
			
		||||
outputs:
 | 
			
		||||
  dest:
 | 
			
		||||
    description: Expanded path of inputs#dest
 | 
			
		||||
  bin_dest:
 | 
			
		||||
    description: Location of `pnpm` and `pnpx` command
 | 
			
		||||
runs:
 | 
			
		||||
  using: node20
 | 
			
		||||
  main: dist/index.js
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user