Add fields to action.yml
This commit is contained in:
		@ -16,6 +16,15 @@ inputs:
 | 
				
			|||||||
  jdkFile:
 | 
					  jdkFile:
 | 
				
			||||||
    description: 'Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.'
 | 
					    description: 'Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.'
 | 
				
			||||||
    required: false
 | 
					    required: false
 | 
				
			||||||
 | 
					  server-id:
 | 
				
			||||||
 | 
					    description: 'ID of the distributionManagement repository in the pom.xml file.'
 | 
				
			||||||
 | 
					    required: false
 | 
				
			||||||
 | 
					  username:
 | 
				
			||||||
 | 
					    description: 'Username for authentication to the Apache Maven server.'
 | 
				
			||||||
 | 
					    required: false
 | 
				
			||||||
 | 
					  password:
 | 
				
			||||||
 | 
					    description: 'Passowrd or token for authentication to the Apache Maven server.'
 | 
				
			||||||
 | 
					    required: false
 | 
				
			||||||
runs:
 | 
					runs:
 | 
				
			||||||
  using: 'node12'
 | 
					  using: 'node12'
 | 
				
			||||||
  main: 'dist/index.js'
 | 
					  main: 'dist/index.js'
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user