mirror of
				https://github.com/actions/setup-java.git
				synced 2025-11-04 00:44:20 +00:00 
			
		
		
		
	fixed gpg private key description in action.yml
This commit is contained in:
		
							parent
							
								
									1d7ec38fd8
								
							
						
					
					
						commit
						4eb5c87b70
					
				@ -37,8 +37,7 @@ inputs:
 | 
				
			|||||||
    description: 'Path to where the settings.xml file will be written. Default is ~/.m2.'
 | 
					    description: 'Path to where the settings.xml file will be written. Default is ~/.m2.'
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
  gpg-private-key:
 | 
					  gpg-private-key:
 | 
				
			||||||
    description: 'Environment variable name for the GPG private key to import. Default is
 | 
					    description: 'GPG private key to import. Default is empty string.'
 | 
				
			||||||
       $GPG_PRIVATE_KEY.'
 | 
					 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
  gpg-passphrase:
 | 
					  gpg-passphrase:
 | 
				
			||||||
    description: 'Environment variable name for the GPG private key passphrase. Default is
 | 
					    description: 'Environment variable name for the GPG private key passphrase. Default is
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user