mirror of
				https://github.com/actions/upload-artifact.git
				synced 2025-10-23 08:56:38 +08:00 
			
		
		
		
	ncc
This commit is contained in:
		
							
								
								
									
										7052
									
								
								dist/merge/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7052
									
								
								dist/merge/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										5131
									
								
								dist/upload/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5131
									
								
								dist/upload/index.js
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -6,7 +6,6 @@ import {UploadInputs} from './upload-inputs' | ||||
|  * Helper to get all the inputs for the action | ||||
|  */ | ||||
| export function getInputs(): UploadInputs { | ||||
|   core.info('debug: getInputs()') | ||||
|   const name = core.getInput(Inputs.Name) | ||||
|   const path = core.getInput(Inputs.Path, {required: true}) | ||||
|   const overwrite = core.getBooleanInput(Inputs.Overwrite) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user