Skip to content

Commit

Permalink
Add defaults descriptions to actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Clark committed Dec 20, 2019
1 parent 2ccd1ad commit 9b11fe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ inputs:
required: false
server-id:
description: 'ID of the distributionManagement repository in the pom.xml
file.'
file. Default is `github`'
required: false
server-username:
description: 'Environment variable name for the username for authentication
to the Apache Maven repository.'
to the Apache Maven repository. Default is $GITHUB_ACTOR'
required: false
server-password:
description: 'Environment variable name for password or token for
authentication to the Apache Maven repository.'
authentication to the Apache Maven repository. Default is $GITHUB_TOKEN'
required: false
settings-path:
description: 'Path to where the settings.xml file will be written. Default is ~/.m2.'
Expand Down

0 comments on commit 9b11fe4

Please sign in to comment.