Skip to content

Commit

Permalink
Add fields to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Clark committed Nov 28, 2019
1 parent 7d69f80 commit d1d9006
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ inputs:
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.'
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:
using: 'node12'
main: 'dist/index.js'

0 comments on commit d1d9006

Please sign in to comment.