Skip to content

Commit

Permalink
support adding settings-path for settings.xml (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Slawomir Jaranowski <[email protected]>
  • Loading branch information
khatib-moh and slawekjaranowski authored Nov 3, 2024
1 parent 7520fcc commit 382542f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ So we can use for action:
| settings-proxies | proxies |
| settings-repositories | repositories |
| settings-githubServer | githubServer |
| settings-path | path |

# Testing against different Maven versions

Expand Down
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ inputs:
default: "true"
required: false

settings-path:
description: 'override default path to settings.xml which is $HOME/.m2/settings.xml'
required: false

runs:
using: 'composite'

Expand Down Expand Up @@ -166,3 +170,4 @@ runs:
proxies: '${{ inputs.settings-proxies }}'
repositories: '${{ inputs.settings-repositories }}'
githubServer: '${{ inputs.settings-githubServer }}'
path: '${{ inputs.settings-path }}'

0 comments on commit 382542f

Please sign in to comment.