Skip to content

Commit 9b11fe4

Browse files
author
Bryan Clark
committed
Add defaults descriptions to actions.yml
1 parent 2ccd1ad commit 9b11fe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ inputs:
2121
required: false
2222
server-id:
2323
description: 'ID of the distributionManagement repository in the pom.xml
24-
file.'
24+
file. Default is `github`'
2525
required: false
2626
server-username:
2727
description: 'Environment variable name for the username for authentication
28-
to the Apache Maven repository.'
28+
to the Apache Maven repository. Default is $GITHUB_ACTOR'
2929
required: false
3030
server-password:
3131
description: 'Environment variable name for password or token for
32-
authentication to the Apache Maven repository.'
32+
authentication to the Apache Maven repository. Default is $GITHUB_TOKEN'
3333
required: false
3434
settings-path:
3535
description: 'Path to where the settings.xml file will be written. Default is ~/.m2.'

0 commit comments

Comments
 (0)