Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uportalis committed Jan 30, 2020
1 parent d69156c commit 01ff52e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Github Action to create maven settings (`~/.m2/settings.xml`)
uses: whelk-io/maven-settings-xml-action@v2
with:
repositories: '[{ "id": "some-repository", "url": "http://some.repository.url" }]'
pluginRepositories: '[{ "id": "some-repository", "url": "http://some.repository.url" }]'
servers: '[{ "id": "some-server", "username": "some.user", "password": "some.password" }]'
````

Expand Down

0 comments on commit 01ff52e

Please sign in to comment.